@@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = with pkgs.buildPackages; [ nodejs_22 ];
shellHook = ''
echo "Hello, Nix!"
'';
}
The note is not visible to the blocked user.