diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-24T09·50+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-07-24T09·50+0200 |
commit | a6ab3cf35f379e28d59bce7c235d10381256e13a (patch) | |
tree | cb70485ab8d66348631b3022d7fc6be96fbac39f /tests/remote-builds.nix | |
parent | 0fae20c36226c8596dd9676c354ca957808ea3d1 (diff) |
tests/remote-builds.nix: Don't try cache.nixos.org
Diffstat (limited to 'tests/remote-builds.nix')
-rw-r--r-- | tests/remote-builds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ ]; }; }; |