schema: set also clanName

this is usually set by buildClan
This commit is contained in:
Jörg Thalheim
2024-01-11 17:41:41 +01:00
parent 5dd222eb69
commit 163abdb311

View File

@@ -87,6 +87,7 @@ def machine_schema(
# potentially the config might affect submodule options,
# therefore we need to import it
config
{{ clanCore.clanName = "fakeClan"; }}
]
# add all clan modules specified via clanImports
++ (map (name: clan-core.clanModules.${{name}}) config.clanImports or []);