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

@@ -20,7 +20,7 @@ in
{
# A function that returns an extension to runTest
# TODO: remove this from clanLib, add to legacyPackages, simplify signature
flake.modules.nixosVmTest.clanTest =
flake.modules.nixosTest.clanTest =
{ config, hostPkgs, ... }:
let
testName = config.name;