@ -1,7 +1,7 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "node";
buildInputs = [ nodejs ];
buildInputs = [ nodejs-10_x ];
shellHook = ''
export PATH="$PWD/node_modules/.bin/:$PATH"
'';