oxalica / nil

NIx Language server, an incremental analysis assistant for writing in Nix.
Apache License 2.0
1.28k stars 39 forks source link

nix-interop: fix option completion of `types.attrsOf (types.submodule {})` #102

Closed Ma27 closed 12 months ago

Ma27 commented 1 year ago

a.k.a. fix a small typo.

Because the type-name attrsOf was never matched, e.g. systemd.services always had type any.

cc @oxalica