From faf370c639be97a362770393f90eee2e057c3c3a Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Sun, 3 Sep 2023 16:46:17 +0100 Subject: [PATCH] Trying multiarch builds (probably doesn't work) --- system/kernighan/kernighan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/kernighan/kernighan.nix b/system/kernighan/kernighan.nix index 448e07d..5690010 100644 --- a/system/kernighan/kernighan.nix +++ b/system/kernighan/kernighan.nix @@ -42,7 +42,7 @@ nix.buildMachines = [ { hostName = "kernighan"; - system = "x86_64-linux"; + systems = ["x86_64-linux" "aarch64-linux"]; protocol = "ssh-ng"; maxJobs = 1; speedFactor = 2;