Compare commits

..

2 commits

Author SHA1 Message Date
raf
856e38513a
Merge 8f1b38ee81 into 12b650fea7 2024-11-11 17:16:02 +01:00
Ching Pei Yang
12b650fea7 lazy: remove redundant submodule 2024-11-11 01:50:11 +03:00

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 = {};
}; };