hydra: add more supportedFeatures to nix-build builder

This commit is contained in:
Astro 2022-04-29 20:19:08 +02:00
parent 32013d031b
commit 59bca6aad4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
} {
hostName = nix-build;
system = "x86_64-linux";
supportedFeatures = [ "kvm" "nixos-test" ];
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
maxJobs = 4;
} {
hostName = nix-build;