fix: Hydra fix
This commit is contained in:
parent
fef20da125
commit
6f20f9a72a
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
|||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "localhost";
|
||||
system = "x86_64-linux";
|
||||
systems = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
|
||||
maxJobs = 8;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue