From a6ab3cf35f379e28d59bce7c235d10381256e13a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jul 2014 11:50:05 +0200 Subject: tests/remote-builds.nix: Don't try cache.nixos.org --- tests/remote-builds.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index eb80a7d7e985..6fc372c70f3b 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 = [ ]; }; }; -- cgit 1.4.1