add rustc and cargo to the cross trunk
Compiling them can take hours, and with rust specifically it's quite common to cross compile (e.g. to musl/static for easier distribution)
This commit is contained in:
parent
fcc8ff7cc2
commit
6c615f6957
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ let
|
|||
nix = nativePlatforms;
|
||||
nixUnstable = nativePlatforms;
|
||||
mesa = nativePlatforms;
|
||||
rustc = nativePlatforms;
|
||||
cargo = nativePlatforms;
|
||||
};
|
||||
|
||||
gnuCommon = lib.recursiveUpdate common {
|
||||
|
|
Loading…
Reference in a new issue