From 48e728d8bfccc42efd23fa6fe9df420b8f7fc028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Sun, 14 May 2017 07:36:25 -0400 Subject: Add i686 system to unblock hydra. --- config/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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" ]; } -- cgit v1.2.3