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