diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 7ea943e..2bbda27 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -62,7 +62,7 @@ }; setupOpts = mkOption { - type = submodule {freeformType = attrsOf anything;}; + type = attrsOf anything; description = "Options to pass to the setup function"; default = {}; };