Execute NixOS VM tests on a separate machine

This commit is contained in:
Eelco Dolstra 2013-09-02 11:17:50 +02:00
parent cf7cbdb67c
commit e06cd403b8

View File

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