From 0f37186cee0683239204bb2a14096fc034c58da3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 04:18:33 -0400 Subject: p-body: build for i686-linux --- hosts/p-body/buildMachines.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix index e8bde7c..e09601c 100644 --- a/hosts/p-body/buildMachines.nix +++ b/hosts/p-body/buildMachines.nix @@ -20,7 +20,7 @@ in { hostName = "localhost"; speedFactor = 75; supportedFeatures = ["big-parallel" "benchmark" "kvm" "nixos-test"]; - system = "x86_64-linux"; + systems = ["x86_64-linux" "i686-linux"]; } { hostName = "atlas"; -- cgit v1.2.3