From e06cd403b8b713b205c103d4699a48dc93d29c6f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Sep 2013 11:17:50 +0200 Subject: [PATCH] Execute NixOS VM tests on a separate machine --- lib/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/testing.nix b/lib/testing.nix index 9a72e1f4bd5..7be0903ed3a 100644 --- a/lib/testing.nix +++ b/lib/testing.nix @@ -39,7 +39,7 @@ rec { stdenv.mkDerivation { name = "vm-test-run"; - requiredSystemFeatures = [ "kvm" ]; + requiredSystemFeatures = [ "kvm" "nixos-test" ]; buildInputs = [ pkgs.libxslt ];