forked from mirrors/nixpkgs
Merge pull request #211254 from wucke13/add-cross-derivations
This commit is contained in:
commit
e15d68cb21
|
@ -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