feat(modules): derive module list from inputs and local modules

This commit is contained in:
Johannes Kirschbauer
2025-05-06 18:57:54 +02:00
parent 6804327bca
commit cbd7157cfc
3 changed files with 48 additions and 0 deletions

View File

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