Update nix-shell to node-10
This commit is contained in:
parent
e54be5da02
commit
f4a1354eaa
|
@ -1,7 +1,7 @@
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "node";
|
name = "node";
|
||||||
buildInputs = [ nodejs ];
|
buildInputs = [ nodejs-10_x ];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export PATH="$PWD/node_modules/.bin/:$PATH"
|
export PATH="$PWD/node_modules/.bin/:$PATH"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue