about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-24T09·50+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-24T09·50+0200
commita6ab3cf35f379e28d59bce7c235d10381256e13a (patch)
treecb70485ab8d66348631b3022d7fc6be96fbac39f /tests
parent0fae20c36226c8596dd9676c354ca957808ea3d1 (diff)
tests/remote-builds.nix: Don't try cache.nixos.org
Diffstat (limited to 'tests')
-rw-r--r--tests/remote-builds.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index eb80a7d7e9..6fc372c70f 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -59,6 +59,7 @@ in
           virtualisation.writableStore = true;
           virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
           nix.package = nix;
+          nix.binaryCaches = [ ];
         };
     };