lib: remove pointless type restriction

This commit is contained in:
Ching Pei Yang 2024-10-07 00:42:14 +02:00
commit 03ce39811c
No known key found for this signature in database
GPG key ID: 062FBBCE1D0C5DD9

View file

@ -97,7 +97,7 @@ in {
default = {}; default = {};
type = submodule { type = submodule {
freeformType = attrsOf anything; freeformType = anything;
options = opts; options = opts;
}; };
}; };