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:
@@ -96,8 +96,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
separateDebugInfo = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelInstalling = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user