Skip to content

Commit

Permalink
Revert "nixos/nix-daemon.nix: assert distributedBuilds and buildMachi…
Browse files Browse the repository at this point in the history
…nes!=[]"

This reverts commit 67b6e56.
This reverts commit 250885d.

Causes issues for some configs, see 67b6e56
  • Loading branch information
matthewbauer committed Aug 30, 2020
1 parent 10ee144 commit fc726e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nixos/modules/services/misc/nix-daemon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -500,13 +500,6 @@ in

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.binaryCaches = [ "https://cache.nixos.org/" ];

Expand Down

0 comments on commit fc726e3

Please sign in to comment.