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