hydra: add kvm as a supported feature

This commit is contained in:
Antoine Eiche 2020-04-18 01:38:27 +02:00
parent 1dd8adcd62
commit a5404a8379

View file

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