beam-modules: remove unused pc versioning
This commit is contained in:
@@ -22,8 +22,7 @@ let
|
|||||||
rebar3 = callPackage ../tools/build-managers/rebar3 { };
|
rebar3 = callPackage ../tools/build-managers/rebar3 { };
|
||||||
|
|
||||||
# rebar3 port compiler plugin is required by buildRebar3
|
# rebar3 port compiler plugin is required by buildRebar3
|
||||||
pc_1_6_0 = callPackage ./pc { };
|
pc = callPackage ./pc { };
|
||||||
pc = pc_1_6_0;
|
|
||||||
|
|
||||||
fetchHex = callPackage ./fetch-hex.nix { };
|
fetchHex = callPackage ./fetch-hex.nix { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user