nix flake templates for my most frequently-used languages
- Nix 100%
|
|
||
|---|---|---|
| c | ||
| c3 | ||
| empty | ||
| go | ||
| zig | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
Dev Flake Templates
A selection of flake templates for the languages I use most frequently
# for current directory
nix flake init -t "git+https://codeberg.org/mattfield/dev-templates.git#{lang}"
# for a new project
nix flake new -t "git+https://codeberg.org/mattfield/dev-templates.git#{lang}" path/to/project-dir