summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/hydra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hydra.nix b/config/hydra.nix
index 46facaa..11fc806 100644
--- a/config/hydra.nix
+++ b/config/hydra.nix
@@ -20,7 +20,7 @@ in
buildMachines = [
{
hostName = "localhost";
- system = "x86_64-linux";
+ systems = [ "x86_64-linux" "i686-linux" ];
maxJobs = "16";
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
}