From c89783b6a7819c46bc00cb40686afdf37cb5e736 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Mon, 28 Mar 2016 20:06:46 -0400 Subject: Kill the temporary darwin-specific channel The issues have been resolved upstream in the main nixpkgs channel now --- release.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 79df103ccfc6..29c6d5a6b70a 100644 --- a/release.nix +++ b/release.nix @@ -77,8 +77,7 @@ let build = pkgs.lib.genAttrs systems (system: - # FIXME: temporarily use a different branch for the Darwin build. - with import (if system == "x86_64-darwin" then else ) { inherit system; }; + with import { inherit system; }; releaseTools.nixBuild { name = "nix"; @@ -113,7 +112,7 @@ let binaryTarball = pkgs.lib.genAttrs systems (system: # FIXME: temporarily use a different branch for the Darwin build. - with import (if system == "x86_64-darwin" then else ) { inherit system; }; + with import { inherit system; }; let toplevel = builtins.getAttr system jobs.build; -- cgit 1.4.1