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 e9600a19c1
commit 5dc8865da1
8 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ in
{ ... }:
{
imports = [
self.modules.nixosVmTest.clanTest
self.modules.nixosTest.clanTest
testModule
];
@@ -68,7 +68,7 @@ in
{ ... }:
{
imports = [
self.modules.nixosVmTest.clanTest
self.modules.nixosTest.clanTest
testModule
];