Blessed: Difference between revisions
imported>NickCao No edit summary |
Propose merge with Applications page. |
||
Line 1: | Line 1: | ||
{{merge|Applications|Duplicate content; Applications page is far more complete.}} | |||
Nix has a vast ecosystem, struggling to find the current best practice for a specific task is a common complaint from new Nix users. This list attempts to answer those questions. | Nix has a vast ecosystem, struggling to find the current best practice for a specific task is a common complaint from new Nix users. This list attempts to answer those questions. | ||
Latest revision as of 21:50, 30 October 2024
Nix has a vast ecosystem, struggling to find the current best practice for a specific task is a common complaint from new Nix users. This list attempts to answer those questions.
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
Language and Frameworks
Developer tools for working with other language and frameworks.
Rust
- rust-overlay - Pure and reproducible nix overlay of binary distributed rust toolchains
Haskell
- haskell-template - Haskell project template using Nix + Flakes + VSCode (HLS)