modules.nixosVmTest: rename to nixosTest to match the target module _class

This commit is contained in:
Johannes Kirschbauer
2025-06-26 17:34:18 +02:00
parent 50f6b4a095
commit 7833a56723
8 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ nixosLib.runTest (
{ ... }:
{
imports = [
clan-core.modules.nixosVmTest.clanTest
clan-core.modules.nixosTest.clanTest
];
hostPkgs = pkgs;