about summary refs log tree commit diff
path: root/pkgs/build-support/channel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/channel.nix')
-rw-r--r--pkgs/build-support/channel.nix1
1 files changed, 1 insertions, 0 deletions
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" ];