buildClan: add empty default

This commit is contained in:
Johannes Kirschbauer
2024-11-08 10:43:05 +01:00
parent 417db1e1e8
commit 821a781e55

View File

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