lib: remove pointless type restriction (#408)

This commit is contained in:
Ching Pei Yang 2024-10-07 01:19:39 +02:00 committed by GitHub
parent 614ad33a60
commit e77632e4eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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