Blessed: Difference between revisions

From NixOS Wiki
imported>NickCao
No edit summary
imported>NickCao
mNo edit summary
Line 13: Line 13:
=== Rust ===
=== Rust ===
* [https://github.com/oxalica/rust-overlay rust-overlay] - Pure and reproducible nix overlay of binary distributed rust toolchains
* [https://github.com/oxalica/rust-overlay rust-overlay] - Pure and reproducible nix overlay of binary distributed rust toolchains
=== Haskell ==
=== Haskell ===
* [https://github.com/srid/haskell-template haskell-template] - https://github.com/srid/haskell-template
* [https://github.com/srid/haskell-template haskell-template] - https://github.com/srid/haskell-template


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

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

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