@@ -0,0 +1 @@
use_nix
@@ -1 +1,2 @@
config.json
node_modules
@@ -0,0 +1,8 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "node";
buildInputs = [ nodejs ];
shellHook = ''
export PATH="$PWD/node_modules/.bin/:$PATH"
'';
}
The note is not visible to the blocked user.