release-cross: add nix and nixUnstable
Essential software for every platform! :) 'nix' won't work for now, but add it anyway so later this tests "stable" nix 2.
This commit is contained in:
parent
12f20b3d0c
commit
6daf813b1c
@ -16,6 +16,8 @@ let
|
||||
buildPackages.binutils = nativePlatforms;
|
||||
gmp = nativePlatforms;
|
||||
libcCross = nativePlatforms;
|
||||
nix = nativePlatforms;
|
||||
nixUnstable = nativePlatforms;
|
||||
};
|
||||
|
||||
gnuCommon = lib.recursiveUpdate common {
|
||||
|
Loading…
Reference in New Issue
Block a user