Download Latest Version 2.6.4 source code.tar.gz (1.7 MB)
Email in envelope

Get an email when there's a new version of nixd

Home / 2.6.4
Name Modified Size InfoDownloads / Week
Parent folder
2.6.4 source code.tar.gz 2025-05-09 1.7 MB
2.6.4 source code.zip 2025-05-09 1.8 MB
README.md 2025-05-09 1.6 kB
Totals: 3 Items   3.4 MB 0

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

New Contributors

Full Changelog: https://github.com/nix-community/nixd/compare/2.6.3...2.6.4

Source: README.md, updated 2025-05-09