diff --git a/package.nix b/package.nix index fa3dae05a..f019775d1 100644 --- a/package.nix +++ b/package.nix @@ -643,7 +643,7 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; # strictoverflow is disabled because we trap on signed overflow instead - hardeningDisable = [ "strictoverflow" ] ++ lib.optional hostPlatform.isStatic "pie"; + hardeningDisable = [ "strictoverflow" ]; meta = { mainProgram = "nix";