From 34eab4b2e7aea14d871ebf07e32ceecd3d2f35ea Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Thu, 27 Apr 2023 19:49:05 -0400 Subject: [PATCH] need i686-linux for some reason --- modules/builders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/builders.nix b/modules/builders.nix index edb0d1e..89bac08 100644 --- a/modules/builders.nix +++ b/modules/builders.nix @@ -22,7 +22,7 @@ _: { hostName = "gerg-desktop"; protocol = "ssh-ng"; maxJobs = 32; - systems = ["x86_64-linux"]; + systems = ["x86_64-linux" "i686-linux"]; supportedFeatures = ["big-parallel" "nixos-test" "kvm" "benchmark"]; sshUser = "builder"; sshKey = "/etc/ssh/ssh_host_ed25519_key";