aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/tests/hydra/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/hydra/common.nix')
-rw-r--r--nixpkgs/nixos/tests/hydra/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/nixos/tests/hydra/common.nix b/nixpkgs/nixos/tests/hydra/common.nix
index f612717dc96..312c52e889a 100644
--- a/nixpkgs/nixos/tests/hydra/common.nix
+++ b/nixpkgs/nixos/tests/hydra/common.nix
@@ -37,6 +37,7 @@
};
services.postfix.enable = true;
nix = {
+ distributedBuilds = true;
buildMachines = [{
hostName = "localhost";
systems = [ system ];