Revert "nixos/nix-daemon.nix: assert distributedBuilds and buildMachines!=[]"
This reverts commit67b6e56391
. This reverts commit250885d0ca
. Causes issues for some configs, see67b6e56391
This commit is contained in:
parent
10ee14442d
commit
fc726e3494
1 changed files with 0 additions and 7 deletions
|
@ -500,13 +500,6 @@ in
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
assertions = [
|
|
||||||
{
|
|
||||||
assertion = config.nix.distributedBuilds || config.nix.buildMachines == [];
|
|
||||||
message = "You must set `nix.distributedBuilds = true` to use nix.buildMachines";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
|
nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
|
||||||
nix.binaryCaches = [ "https://cache.nixos.org/" ];
|
nix.binaryCaches = [ "https://cache.nixos.org/" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue