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

View File

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