summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-01-31 14:51:20 +0200
committerGitHub <noreply@github.com>2023-01-31 14:51:20 +0200
commite15d68cb218353dd4f172b48061560bed819af3a (patch)
treeacfa24b5f2ca20b9cfa4c01a939203a34b81db59
parente6ad298b7c573810df8d47dfd40459605be55e9a (diff)
parent6c615f6957c1a36b2d173f9438d7b63fec9b5cf8 (diff)
Merge pull request #211254 from wucke13/add-cross-derivations
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index b8719294f98d..f15349da64fa 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -34,6 +34,8 @@ let
nix = nativePlatforms;
nixUnstable = nativePlatforms;
mesa = nativePlatforms;
+ rustc = nativePlatforms;
+ cargo = nativePlatforms;
};
gnuCommon = lib.recursiveUpdate common {