A collection of Nix flake templates ❄️
Nix 100.0%
15 1 0

Clone this repository

https://tangled.org/tsiry-sandratraina.com/flake-templates
git@tangled.org:tsiry-sandratraina.com/flake-templates

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Flake Templates#

This is a collection of Nix flake templates I use in my personal projects.

Install Nix#

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

See Nix installer for more details.

Usage#

nix flake init -t github:tsirysndr/flake-templates#minimal

List of templates in this repository#

  • android - A template for Android projects
  • bun - A template for Bun projects
  • clojure - A template for Clojure projects
  • deno - A template for Deno projects
  • elixir - A template for Elixir projects
  • gleam - A template for Gleam projects
  • go - A template for Go projects
  • hashi - A template for development environment for Terraform, Packer, and Nomad
  • haskell - A template for Haskell projects
  • janet - A template for Janet projects
  • java - A template for Java projects
  • minimal - A minimal template for Nix projects
  • node - A template for Node.js projects
  • python - A template for Python projects
  • scala - A template for Scala projects
  • rust - A template for Rust projects
  • zig - A template for Zig projects