From 6daf813b1cd84a8e9c96b252df95a33fcf7d7255 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Thu, 22 Feb 2018 08:45:32 -0600 Subject: [PATCH] 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. --- pkgs/top-level/release-cross.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 74394379b39..be6dd89bf7d 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 {