treewide: remove usages of obsolete pie hardening flag

This commit is contained in:
Luna Nova
2025-10-09 10:13:03 -07:00
parent fdc93627c6
commit e7fbed853b
63 changed files with 3 additions and 164 deletions
-2
View File
@@ -52,8 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
__structuredAttrs = true;
hardeningEnable = lib.optionals (!stdenv.cc.isClang) [ "pie" ];
outputs = [
"out"
"dev"