diff --git a/flake.nix b/flake.nix index 7d41947a7..5430d3904 100644 --- a/flake.nix +++ b/flake.nix @@ -549,6 +549,8 @@ stripAllList = ["bin"]; strictDeps = true; + + hardeningDisable = [ "pie" ]; }; } // builtins.listToAttrs (map (crossSystem: { name = "nix-${crossSystem}";