Skip to content

Snapshot release 2023-03-11

Compare
Choose a tag to compare
@oxalica oxalica released this 11 Mar 13:45
· 175 commits to main since this release
2023-03-11

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)

Fixes

  • Documentations. (#65)
  • Types of some flake outputs. (#66)
  • Crash when saving files. (#67)
  • Errors when handling flakes with cyclic inputs. (#71)