Merge pull request 'Feat(modules): display clan.service modules' (#3537) from hsjobeki/clan-core:module-list into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3537
This commit is contained in:
hsjobeki
2025-05-07 15:33:49 +00:00
7 changed files with 107 additions and 84 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;
}
);