Skip to content

2.6.4

Latest
Compare
Choose a tag to compare
@inclyc inclyc released this 09 May 18:54
· 5 commits to main since this release
2.6.4
4bf7f6e

What's Changed

New Features

In NixOS modules options can be defined at the top-level, e.g:

{ foo = true; }

or inside of config, e.g:

{ config = { foo = true; }; }

Autocompletion and hover information before only worked for the former because the option resolving code had no special handling for config.

Fixes #566.

Other Changes

  • nixd/Controller: precommit test for #629 by @inclyc in #685
  • nixd/test: specify textDocument/didOpen via nix code blocks by @not-my-profile in #679
  • lspserver: rename JSONStreamStyle::DelimitedLitTest by @inclyc in #682
  • nixd/tools/nixd-attrset-eval: provide getDoc information from C++ nix by @inclyc in #677

New Contributors

Full Changelog: 2.6.3...2.6.4