Merge pull request #9408 from zimbatm/fix/npm2nix
npm2nix: use the current node version
This commit is contained in:
commit
d60d13eaa2
@ -2079,7 +2079,7 @@ let
|
||||
|
||||
iojsPackages = callPackage ./node-packages.nix { self = iojsPackages; nodejs = iojs; };
|
||||
|
||||
npm2nix = nodePackages_0_10.npm2nix;
|
||||
npm2nix = nodePackages.npm2nix;
|
||||
|
||||
ldapvi = callPackage ../tools/misc/ldapvi { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user