Blessed

From NixOS Wiki
Revision as of 04:00, 8 December 2022 by imported>NickCao

Tooling

Developer tools for working with Nix projects.

Linting

  • statix - Lints and suggestions for the Nix programming language
  • deadnix - Scan Nix files for dead code

Code Formatting

Editor Integration

  • nil - NIx Language server, an incremental analysis assistent for writing in Nix
  • tree-sitter-nix - Nix grammar for tree-sitter