dirs: add local path to clan_core flake in dirs

This commit is contained in:
Johannes Kirschbauer
2025-08-07 12:42:09 +02:00
parent b9f60218d7
commit a9cfda9acb

View File

@@ -56,6 +56,13 @@ def find_toplevel(top_level_files: list[str]) -> Path | None:
return None
def clan_core_flake() -> Path:
"""
Returns the path to the clan core flake.
"""
return module_root().parent.parent.parent
class TemplateType(Enum):
CLAN = "clan"
DISK = "disk"