summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-02-22 08:45:32 -0600
committerWill Dietz <w@wdtz.org>2018-02-22 08:56:05 -0600
commit6daf813b1cd84a8e9c96b252df95a33fcf7d7255 (patch)
tree3c1e28082b797f0ff55f20e7ced745d7c8097323 /pkgs/top-level/release-cross.nix
parent12f20b3d0c10ebfb27f1035960550f3caeac34c3 (diff)
release-cross: add nix and nixUnstable
Essential software for every platform! :) 'nix' won't work for now, but add it anyway so later this tests "stable" nix 2.
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 74394379b399..be6dd89bf7dd 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -16,6 +16,8 @@ let
buildPackages.binutils = nativePlatforms;
gmp = nativePlatforms;
libcCross = nativePlatforms;
+ nix = nativePlatforms;
+ nixUnstable = nativePlatforms;
};
gnuCommon = lib.recursiveUpdate common {