Features
- Warnings for unused parameters in limited known cases, including NixOS
modules, packages, and flake inputs. - Code action
remove_empty_let_in
. (#63)
let in foo
=>foo
- Type inferences for attrset with unknown keys but known value types.
(#68)