@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
nodejs_26
gnumake
];
shellHook = ''
export COREPACK_ENABLE_STRICT=0
'';
}
The note is not visible to the blocked user.