Loading pkgs/top-level/stage.nix +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ let # Bootstrap a cross stdenv using the LLVM toolchain. # This is currently not possible when compiling natively, # so we don't need to check hostPlatform != buildPlatform. crossSystem = stdenv.hostPlatform // { crossSystem = stdenv.targetPlatform // { useLLVM = true; linker = "lld"; }; Loading Loading
pkgs/top-level/stage.nix +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ let # Bootstrap a cross stdenv using the LLVM toolchain. # This is currently not possible when compiling natively, # so we don't need to check hostPlatform != buildPlatform. crossSystem = stdenv.hostPlatform // { crossSystem = stdenv.targetPlatform // { useLLVM = true; linker = "lld"; }; Loading