mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #35338 from dtzWill/feature/release-cross-nixen
release-cross: add nix and nixUnstable
This commit is contained in:
commit
f1dfc22128
@ -16,6 +16,8 @@ let
|
|||||||
buildPackages.binutils = nativePlatforms;
|
buildPackages.binutils = nativePlatforms;
|
||||||
gmp = nativePlatforms;
|
gmp = nativePlatforms;
|
||||||
libcCross = nativePlatforms;
|
libcCross = nativePlatforms;
|
||||||
|
nix = nativePlatforms;
|
||||||
|
nixUnstable = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
gnuCommon = lib.recursiveUpdate common {
|
gnuCommon = lib.recursiveUpdate common {
|
||||||
|
Loading…
Reference in New Issue
Block a user