about summary refs log tree commit diff
path: root/nixos/tests/hydra
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-08-04 15:04:03 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-08-04 15:29:08 +0200
commitf5d964724db2878f3c56f3798b837a2c0c52443d (patch)
tree867484bc22a5cedabb564507fea67dde4a88948d /nixos/tests/hydra
parentb421e80b744c8e9fd7c732eebbb9bcf43b478461 (diff)
nixos/tests/hydra*: fix eval
To specify distributed build-machines, `nix.distributedBuilds` must be
set to `true` now[1].

[1] 67b6e5639126ab6e8ec5d2b303aa9736a626b609
Diffstat (limited to 'nixos/tests/hydra')
-rw-r--r--nixos/tests/hydra/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/hydra/common.nix b/nixos/tests/hydra/common.nix
index f612717dc9686..312c52e889a94 100644
--- a/nixos/tests/hydra/common.nix
+++ b/nixos/tests/hydra/common.nix
@@ -37,6 +37,7 @@
     };
     services.postfix.enable = true;
     nix = {
+      distributedBuilds = true;
       buildMachines = [{
         hostName = "localhost";
         systems = [ system ];