diff --git a/lib/testing.nix b/lib/testing.nix index 9a72e1f4bd51..7be0903ed3a8 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 ];