diff --git a/shell.nix b/shell.nix index 5f83469..d4d260a 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,7 @@ { pkgs ? import {} }: pkgs.mkShell { + NIX_HARDENING_ENABLE = ""; + nativeBuildInputs = with pkgs.buildPackages; [ go nodejs