diff --git a/flake.nix b/flake.nix index 80e07de1d..699f7a74c 100644 --- a/flake.nix +++ b/flake.nix @@ -93,9 +93,6 @@ dontFixup = true; dontUseCmakeConfigure = true; - # Disable fortify to prevent buffer overflow detection - hardeningDisable = [ "fortify3" "fortify" ]; - postUnpack = '' ${copySubprojects} '';