Trying multiarch builds (probably doesn't work)
This commit is contained in:
parent
2c53f4a80c
commit
faf370c639
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
nix.buildMachines = [ {
|
nix.buildMachines = [ {
|
||||||
hostName = "kernighan";
|
hostName = "kernighan";
|
||||||
system = "x86_64-linux";
|
systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 1;
|
maxJobs = 1;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
|
|
Loading…
Reference in New Issue