fix(tests/modules): list_modules returns moduleSets"

This commit is contained in:
Johannes Kirschbauer
2025-05-07 16:46:13 +02:00
parent 3413a08c4e
commit 3c7f08ebaf
2 changed files with 3 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ let
inherit inventory directory;
flakeInputs = config.self.inputs;
prefix = config._prefix ++ [ "inventoryClass" ];
localModuleSet = config.self.clan.modules;
localModuleSet = config.modules;
}
);