flake templates for projects
- Nix 100%
| templates/dev | ||
| flake.nix | ||
| README.md | ||
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