diff options
| author | seth <[email protected]> | 2023-05-24 04:18:33 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 04:18:33 -0400 |
| commit | 0f37186cee0683239204bb2a14096fc034c58da3 (patch) | |
| tree | a2bf7e65e98729321f102487b174e2d14421f054 /hosts/p-body | |
| parent | 8157ccfdae85a2909088602cfed2ffa5ff4645b9 (diff) | |
p-body: build for i686-linux
Diffstat (limited to 'hosts/p-body')
| -rw-r--r-- | hosts/p-body/buildMachines.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
