Blessed: Difference between revisions

From NixOS Wiki
imported>NickCao
No edit summary
imported>NickCao
No edit summary
Line 1: Line 1:
== Tooling ==
== Tooling ==
Developer tools for working with Nix projects.
Developer tools for working with Nix projects.
=== Linting ===
* [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


[[Category:Nix]]
[[Category:Nix]]

Revision as of 03:55, 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