Blessed: Difference between revisions
imported>NickCao No edit summary |
imported>NickCao No edit summary |
||
Line 4: | Line 4: | ||
* [https://github.com/nerdypepper/statix statix] - Lints and suggestions for the Nix programming language | * [https://github.com/nerdypepper/statix statix] - Lints and suggestions for the Nix programming language | ||
* [https://github.com/astro/deadnix deadnix] - Scan Nix files for dead code | * [https://github.com/astro/deadnix deadnix] - Scan Nix files for dead code | ||
=== Code Formatting === | |||
* [https://github.com/nix-community/nixpkgs-fmt nixpkgs-fmt] - Nix code formatter for nixpkgs | |||
=== Editor Integration === | |||
* [https://github.com/oxalica/nil nil] - NIx Language server, an incremental analysis assistent for writing in Nix | |||
* [https://github.com/cstrahan/tree-sitter-nix tree-sitter-nix] - Nix grammar for tree-sitter | |||
[[Category:Nix]] | [[Category:Nix]] |
Revision as of 04:00, 8 December 2022
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
- nixpkgs-fmt - Nix code formatter for nixpkgs
Editor Integration
- nil - NIx Language server, an incremental analysis assistent for writing in Nix
- tree-sitter-nix - Nix grammar for tree-sitter