beamPackages: Use nixpkgs fixed-point instead of rec
Ensures that overlays are properly applied
This commit is contained in:
parent
6a542dede7
commit
914705b895
1 changed files with 3 additions and 3 deletions
|
@ -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 { };
|
||||
|
||||
# Each
|
||||
interpreters = rec {
|
||||
interpreters = with beam.interpreters; {
|
||||
|
||||
# R24 is the default version.
|
||||
erlang = erlangR24; # The main switch to change default Erlang version.
|
||||
|
|
Loading…
Reference in a new issue