Difference between revisions of "Blessed"

From NixOS Wiki
Jump to: navigation, search
(Add warning about the new wiki)
m (rollback unauthorized mass edits)
Tag: Rollback
 
Line 1: Line 1:
{{warning|1=You are reading an article on the deprecated unofficial wiki. For the up to date version of this article, see https://wiki.nixos.org/wiki/Blessed.}}
 
 
 
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 11:07, 6 April 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

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