From 97cd6fc95dba762d646d7693953b396e1b057f41 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 12 May 2015 06:12:22 +0200 Subject: channel: Enable preferLocalBuild for mkChannel. It's kinda pointless to shovel the whole source to a remote machine and then shovel the whole source back to the Hydra master without doing any real compiling or other CPU-intensive processing. Signed-off-by: aszlig --- pkgs/build-support/channel.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/build-support') diff --git a/pkgs/build-support/channel.nix b/pkgs/build-support/channel.nix index 6a03dbc5..a837177f 100644 --- a/pkgs/build-support/channel.nix +++ b/pkgs/build-support/channel.nix @@ -4,6 +4,7 @@ stdenv.mkDerivation ({ inherit name src constituents; + preferLocalBuild = true; _hydraAggregate = true; phases = [ "unpackPhase" "patchPhase" "installPhase" ]; -- cgit 1.4.1