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
commit f1dfc22128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {