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:
@@ -37,6 +37,7 @@
|
|||||||
};
|
};
|
||||||
services.postfix.enable = true;
|
services.postfix.enable = true;
|
||||||
nix = {
|
nix = {
|
||||||
|
distributedBuilds = true;
|
||||||
buildMachines = [{
|
buildMachines = [{
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
systems = [ system ];
|
systems = [ system ];
|
||||||
|
|||||||
Reference in New Issue
Block a user