nodejs: add nodePackages_6_x to all-packages.nix

This commit is contained in:
kklas 2016-05-07 01:47:09 +02:00
parent cd76b71431
commit 491b7c2f15

View file

@ -2217,6 +2217,8 @@ in
else
nodejs-4_x;
nodePackages_6_x = callPackage ./node-packages.nix { self = nodePackages_6_x; nodejs = nodejs-6_x; };
nodePackages_5_x = callPackage ./node-packages.nix { self = nodePackages_5_x; nodejs = nodejs-5_x; };
nodePackages_4_x = callPackage ./node-packages.nix { self = nodePackages_4_x; nodejs = nodejs-4_x; };