npm2nix: use the current node version

This commit is contained in:
zimbatm 2015-08-23 15:03:10 +01:00
parent ef721079ca
commit 23d155fb6f

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