beamPackages: Use nixpkgs fixed-point instead of rec
Ensures that overlays are properly applied
This commit is contained in:
parent
6a542dede7
commit
914705b895
@ -1,10 +1,10 @@
|
|||||||
{ callPackage, wxGTK30, buildPackages, wxSupport ? true }:
|
{ beam, callPackage, wxGTK30, buildPackages, wxSupport ? true }:
|
||||||
|
|
||||||
rec {
|
with beam; {
|
||||||
lib = callPackage ../development/beam-modules/lib.nix { };
|
lib = callPackage ../development/beam-modules/lib.nix { };
|
||||||
|
|
||||||
# Each
|
# Each
|
||||||
interpreters = rec {
|
interpreters = with beam.interpreters; {
|
||||||
|
|
||||||
# R24 is the default version.
|
# R24 is the default version.
|
||||||
erlang = erlangR24; # The main switch to change default Erlang version.
|
erlang = erlangR24; # The main switch to change default Erlang version.
|
||||||
|
Loading…
Reference in New Issue
Block a user