hippocampus: Allow hydra build riscv

This commit is contained in:
2024-07-12 00:04:02 -04:00
committed by david
parent d3335faec1
commit 54e40148e6

View File

@@ -35,7 +35,10 @@ in {
nix.buildMachines = [
{ hostName = "localhost";
system = "x86_64-linux";
systems = [
"x86_64-linux"
"riscv64-linux"
];
supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"];
maxJobs = 8;
}