modules.nixosVmTest: rename to nixosTest to match the target module _class
This commit is contained in:
@@ -8,7 +8,7 @@ nixosLib.runTest (
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
clan-core.modules.nixosVmTest.clanTest
|
||||
clan-core.modules.nixosTest.clanTest
|
||||
];
|
||||
|
||||
hostPkgs = pkgs;
|
||||
|
||||
Reference in New Issue
Block a user