1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 02:55:39 +03:00

Fix option completion of types.attrsOf (types.submodule {}) (#102)

This commit is contained in:
oxalica 2023-09-03 14:57:35 +08:00 committed by GitHub
commit 4bdcfcfe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,8 +104,8 @@ let
listOf = { name = "list"; inherit elem; };
attrOf = { name = "attrset"; rest = elem; };
lazyAttrOf = { name = "attrset"; rest = elem; };
attrsOf = { name = "attrset"; rest = elem; };
lazyAttrsOf = { name = "attrset"; rest = elem; };
uniq = elem;
unique = elem;