lazy: remove redundant submodule

This commit is contained in:
Ching Pei Yang 2024-11-10 23:40:23 +01:00
parent c08d0a79cc
commit 929f6ca3bc
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

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