Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 591 Bytes

Nix Templates

Templates to quickly bootstrap a project with:

  • Appropriate tooling (build system, LSP, formatters, etc.)
  • Sensible pre-commit hooks
  • Basic github actions
  • Flake checks

Just call nix flake new --template github:huuff/nix-templates#«template»

The available ones are:

  • rust: including stable toolchain, clippy, rustfmt, rust-analyzer, linux target.
  • leptos: everything in rust, plus wasm target, cargo-leptos, leptosfmt, stylance, sass and binaryen.
  • nix: for nix-only projects, including nil, nixfmt, statix and deadnix.
  • latex: quite empty for now