lazy: remove redundant submodule

This commit is contained in:
Ching Pei Yang 2024-11-10 23:40:23 +01:00 committed by raf
parent c08d0a79cc
commit 12b650fea7

View file

@ -62,7 +62,7 @@
}; };
setupOpts = mkOption { setupOpts = mkOption {
type = submodule {freeformType = attrsOf anything;}; type = attrsOf anything;
description = "Options to pass to the setup function"; description = "Options to pass to the setup function";
default = {}; default = {};
}; };