diff --git a/shell.nix b/shell.nix index d8ae26e..127c52e 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ with import {}; stdenv.mkDerivation { name = "node"; - buildInputs = [ nodejs ]; + buildInputs = [ nodejs-10_x ]; shellHook = '' export PATH="$PWD/node_modules/.bin/:$PATH" '';