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

release-cross: add nix and nixUnstable
This commit is contained in:
Will Dietz
2018-02-22 09:07:51 -06:00
committed by GitHub
+2
View File
@@ -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 {