diff --git a/flakeModules/clan.nix b/flakeModules/clan.nix index a78ac5aad..21530f0c2 100644 --- a/flakeModules/clan.nix +++ b/flakeModules/clan.nix @@ -44,11 +44,12 @@ in }; }; - options.flake = - flake-parts-lib.mkSubmoduleOptions { + options.flake = flake-parts-lib.mkSubmoduleOptions ( + { clan = lib.mkOption { type = types.raw; }; } - // outputModule.topLevel.options; + // outputModule.topLevel.options + ); config = { flake = { clan = outputModule.clan;