forked from mirrors/nixpkgs
remarkjs: fix evaluation
This commit is contained in:
parent
b28689f453
commit
b191034d8a
|
@ -6,7 +6,7 @@
|
|||
|
||||
let
|
||||
nodeEnv = import ../../node-packages/node-env.nix {
|
||||
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
|
||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
||||
inherit nodejs;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue