buildClan: add empty default

This commit is contained in:
Johannes Kirschbauer
2024-11-08 10:43:05 +01:00
parent 571f36c345
commit 34873828ed

View File

@@ -13,6 +13,7 @@ in
{ {
options.clan = lib.mkOption { options.clan = lib.mkOption {
default = { };
type = types.submoduleWith { type = types.submoduleWith {
specialArgs = { specialArgs = {
inherit clan-core self; inherit clan-core self;