Execute NixOS VM tests on a separate machine
This commit is contained in:
parent
cf7cbdb67c
commit
e06cd403b8
@ -39,7 +39,7 @@ rec {
|
||||
stdenv.mkDerivation {
|
||||
name = "vm-test-run";
|
||||
|
||||
requiredSystemFeatures = [ "kvm" ];
|
||||
requiredSystemFeatures = [ "kvm" "nixos-test" ];
|
||||
|
||||
buildInputs = [ pkgs.libxslt ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user