designate bolty as 32bit build host
This commit is contained in:
parent
39e3900547
commit
ba4c654f0c
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
hostName = "bolty";
|
||||
sshUser = "nix-builder";
|
||||
sshKey = "/home/cyryl/.ssh/id_ed25519";
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
systems = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
|
||||
maxJobs = 2;
|
||||
speedFactor = 1;
|
||||
supportedFeatures = [ "kvm" "big-parallel" ];
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
ext.pass-update
|
||||
]))
|
||||
age
|
||||
android-tools
|
||||
aria
|
||||
bfg-repo-cleaner
|
||||
binutils
|
||||
|
@ -24,6 +25,7 @@
|
|||
fossil
|
||||
genpass
|
||||
git
|
||||
gitRepo
|
||||
hsetroot
|
||||
htop
|
||||
imagemagick
|
||||
|
|
Loading…
Reference in a new issue