diff --git a/pkgs/top-level/stage.nix b/pkgs/top-level/stage.nix index a7905d0db29..b2e717fda67 100644 --- a/pkgs/top-level/stage.nix +++ b/pkgs/top-level/stage.nix @@ -169,6 +169,7 @@ let # so we don't need to check hostPlatform != buildPlatform. crossSystem = stdenv.hostPlatform // { useLLVM = true; + linker = "lld"; }; };