tests/remote-builds.nix: Don't try cache.nixos.org

This commit is contained in:
Eelco Dolstra
2014-07-24 11:50:05 +02:00
parent 0fae20c362
commit a6ab3cf35f
+1
View File
@@ -59,6 +59,7 @@ in
virtualisation.writableStore = true;
virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
nix.package = nix;
nix.binaryCaches = [ ];
};
};