chore: use fortify for hardeningDisable

This commit is contained in:
Guz
2025-06-06 16:36:12 -03:00
parent 0cea250fa4
commit 29f1e8cc8a

View File

@@ -19,7 +19,7 @@
devShells = forAllSystems (system: pkgs: {
default = pkgs.mkShell {
CGO_ENABLED = "1";
hardeningDisable = ["all"];
hardeningDisable = ["fortify"];
shellHook = ''
set -a