Disable -pie on static nix

This should resolve the failing build.

See https://github.com/NixOS/nixpkgs/pull/128674 for a better fix.
This commit is contained in:
Matthew Bauer 2021-06-29 21:48:07 -05:00
parent 7351656b82
commit 2200f315da

View file

@ -549,6 +549,8 @@
stripAllList = ["bin"];
strictDeps = true;
hardeningDisable = [ "pie" ];
};
} // builtins.listToAttrs (map (crossSystem: {
name = "nix-${crossSystem}";