Merge pull request #35338 from dtzWill/feature/release-cross-nixen
release-cross: add nix and nixUnstable
Will Dietz 7 years ago f1dfc221 12f20b3d
··· 16 16 buildPackages.binutils = nativePlatforms; 17 17 gmp = nativePlatforms; 18 18 libcCross = nativePlatforms; 19 19 + nix = nativePlatforms; 20 20 + nixUnstable = nativePlatforms; 19 21 }; 20 22 21 23 gnuCommon = lib.recursiveUpdate common {