nixos/tests/hydra*: fix eval

To specify distributed build-machines, `nix.distributedBuilds` must be
set to `true` now[1].

[1] 67b6e56391
This commit is contained in:
Maximilian Bosch 2020-08-04 15:04:03 +02:00
parent b421e80b74
commit f5d964724d
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -37,6 +37,7 @@
};
services.postfix.enable = true;
nix = {
distributedBuilds = true;
buildMachines = [{
hostName = "localhost";
systems = [ system ];