Templates/list: display templates via exposed nix value

This commit is contained in:
Johannes Kirschbauer
2025-07-06 14:37:03 +02:00
parent f71460c4f9
commit db6220b57b
6 changed files with 56 additions and 45 deletions

View File

@@ -168,7 +168,6 @@ def list_modules(base_path: str) -> ModuleLists:
modules = flake.select(
"clanInternals.inventoryClass.{?modulesPerSource,?localModules}"
)
print("Modules found:", modules)
return modules