nodePackages: fix evaluation
Introduced in 40e3ad60aaa0bdcec71409ae167c2b1425bffe06.
This commit is contained in:
parent
efd7102026
commit
2c9d2d6526
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ./../../development/node-packages/node-env.nix {
|
nodeEnv = import ./../../development/node-packages/node-env.nix {
|
||||||
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv libtool python2 utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user