flake templates for projects
nix
Find a file
2026-04-10 08:41:34 +02:00
templates/dev Switch from unstable to 25.11 2026-04-10 08:41:34 +02:00
flake.nix Add ruby template with terraform 2026-04-07 10:18:45 +02:00
README.md Add ruby template with terraform 2026-04-07 10:18:45 +02:00

Nix flake templates for development

Add these flake templates to your nix registry.

nix registry add smgt git+https://git.0xee.cc/smgt/flake.git

Development

Go

nix flake init -t smgt#go-dev

Go for Readly

nix flake init -t smgt#go-readly-dev

If used in conjunction with direnv you can add the following to .envrc to load the dev shell automatically.

if has nix;then
  use flake
fi

Ruby

nix flake init -t smgt#ruby

Ruby Readly

nix flake init -t smgt#ruby-readly

Terraform

nix flake init -t smgt#terraform