1
0
forked from clan/clan-core

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 cedd1d7492
commit f6b6229f78

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 []);