forked from mirrors/nixpkgs
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:
parent
b421e80b74
commit
f5d964724d
|
@ -37,6 +37,7 @@
|
|||
};
|
||||
services.postfix.enable = true;
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
buildMachines = [{
|
||||
hostName = "localhost";
|
||||
systems = [ system ];
|
||||
|
|
Loading…
Reference in a new issue