Merge pull request #35338 from dtzWill/feature/release-cross-nixen

release-cross: add nix and nixUnstable

authored by Will Dietz and committed by GitHub f1dfc221 12f20b3d

+2
+2
pkgs/top-level/release-cross.nix
··· 16 16 buildPackages.binutils = nativePlatforms; 17 17 gmp = nativePlatforms; 18 18 libcCross = nativePlatforms; 19 + nix = nativePlatforms; 20 + nixUnstable = nativePlatforms; 19 21 }; 20 22 21 23 gnuCommon = lib.recursiveUpdate common {