beam-modules: remove unused pc versioning
This commit is contained in:
parent
f0b6a466e1
commit
1b1af195bb
@ -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 { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user