From 34873828ed077241277e9ec56313c18b2a04f651 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 8 Nov 2024 10:43:05 +0100 Subject: [PATCH] buildClan: add empty default --- flakeModules/clan.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flakeModules/clan.nix b/flakeModules/clan.nix index b837d92dd..5b7850e27 100644 --- a/flakeModules/clan.nix +++ b/flakeModules/clan.nix @@ -13,6 +13,7 @@ in { options.clan = lib.mkOption { + default = { }; type = types.submoduleWith { specialArgs = { inherit clan-core self;