mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Readjust Hydra builders
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
7e631202ca
commit
436b790e9e
|
@ -94,12 +94,8 @@ makeSystem {
|
|||
system.activation =
|
||||
let
|
||||
machines = pkgs.writeText "machines" ''
|
||||
eu.nixbuild.net x86_64-linux - 100 5 benchmark,big-parallel
|
||||
eu.nixbuild.net aarch64-linux - 100 5 benchmark,big-parallel
|
||||
eu.nixbuild.net i686-linux - 100 5 benchmark,big-parallel
|
||||
localhost x86_64-linux - 100 5 benchmark,big-parallel,kvm,nixos-test,local local
|
||||
localhost x86_64-linux - 100 5 benchmark,big-parallel,kvm,nixos-test,local kvm
|
||||
localhost x86_64-linux - 100 5 benchmark,big-parallel,kvm,nixos-test,local nixos-test
|
||||
eu.nixbuild.net x86_64-linux,aarch64-linux,i686-linux - 100 5 benchmark,big-parallel
|
||||
localhost x86_64-linux - 2 1 benchmark,big-parallel,kvm,nixos-test,local
|
||||
'';
|
||||
nix-machines = nglib.dag.dagEntryAnywhere ''
|
||||
export PATH=${pkgs.busybox}/bin
|
||||
|
|
Loading…
Reference in a new issue