tsirysndr / flake-templates

A collection of Nix flake templates ❄️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • 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

About

A collection of Nix flake templates ❄️

License:MIT License


Languages

Language:Nix 100.0%