disable nix hardening for development shell

This commit is contained in:
Wolfgang Thaller 2023-12-29 11:30:18 +01:00
parent 1b0b725552
commit fcac947ce2
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
default = pkgs.mkShell {
inputsFrom = [ pkgs.retro68.monolithic ];
nativeBuildInputs = [ pkgs.nixpkgs-fmt ];
hardeningDisable = [ "format" ];
};
} // lib.mapAttrs
(name: cross: