fix: Hydra fix

This commit is contained in:
Kyle Brown 2024-01-17 21:26:18 -08:00
parent fef20da125
commit 6f20f9a72a

View file

@ -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;
}