hydra: add kvm as a supported feature
This commit is contained in:
parent
1dd8adcd62
commit
a5404a8379
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ in {
|
||||||
hostName = "localhost";
|
hostName = "localhost";
|
||||||
systems = [ "x86_64-linux" "builtin" ];
|
systems = [ "x86_64-linux" "builtin" ];
|
||||||
maxJobs = 8;
|
maxJobs = 8;
|
||||||
supportedFeatures = [ "nixos-test" "big-parallel" ];
|
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" ];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue