tests/remote-builds.nix: Don't try cache.nixos.org
This commit is contained in:
parent
0fae20c362
commit
a6ab3cf35f
|
@ -59,6 +59,7 @@ in
|
||||||
virtualisation.writableStore = true;
|
virtualisation.writableStore = true;
|
||||||
virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
|
virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
|
||||||
nix.package = nix;
|
nix.package = nix;
|
||||||
|
nix.binaryCaches = [ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue