beam-modules: remove unused pc versioning

This commit is contained in:
happysalada 2021-04-03 09:30:31 +09:00
parent f0b6a466e1
commit 1b1af195bb

View File

@ -22,8 +22,7 @@ let
rebar3 = callPackage ../tools/build-managers/rebar3 { };
# rebar3 port compiler plugin is required by buildRebar3
pc_1_6_0 = callPackage ./pc { };
pc = pc_1_6_0;
pc = callPackage ./pc { };
fetchHex = callPackage ./fetch-hex.nix { };