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";
|
||||
systems = [ "x86_64-linux" "builtin" ];
|
||||
maxJobs = 8;
|
||||
supportedFeatures = [ "nixos-test" "big-parallel" ];
|
||||
supportedFeatures = [ "nixos-test" "big-parallel" "kvm" ];
|
||||
}];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue