summaryrefslogtreecommitdiff
path: root/config/hydra.nix
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-05-14 07:36:25 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-05-14 07:36:25 -0400
commit48e728d8bfccc42efd23fa6fe9df420b8f7fc028 (patch)
treece4d1895106a6de5035373008f9da04d8425c36b /config/hydra.nix
parent553364ab1582aef744ec30f2ccea945e84d6143c (diff)
Add i686 system to unblock hydra.
Diffstat (limited to 'config/hydra.nix')
-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" ];
}