git: re-enable "format" hardening

Remove hardeningDisable = ["format"] because it is not necessary anymore
(the package builds without disabling it).
This commit is contained in:
Alexander Bantyev
2025-08-08 19:05:53 +04:00
parent 4f5a5cff52
commit a959b9c014
@@ -96,8 +96,6 @@ stdenv.mkDerivation (finalAttrs: {
separateDebugInfo = true;
__structuredAttrs = true;
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
enableParallelInstalling = true;