1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-25 03:29:48 +01:00

lib: remove pointless type restriction ()

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 = {};
type = submodule {
freeformType = attrsOf anything;
freeformType = anything;
options = opts;
};
};