Merge pull request #9408 from zimbatm/fix/npm2nix

npm2nix: use the current node version
This commit is contained in:
Arseniy Seroka 2015-08-27 02:05:08 +03:00
commit d60d13eaa2

View File

@ -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 { };