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:
Will Dietz 2018-02-22 08:45:32 -06:00
parent 12f20b3d0c
commit 6daf813b1c

View file

@ -16,6 +16,8 @@ let
buildPackages.binutils = nativePlatforms;
gmp = nativePlatforms;
libcCross = nativePlatforms;
nix = nativePlatforms;
nixUnstable = nativePlatforms;
};
gnuCommon = lib.recursiveUpdate common {