nix flake templates for my most frequently-used languages
Find a file
2025-10-24 14:59:31 +02:00
c feat: adds c3 2025-10-02 17:22:29 +01:00
c3 feat: adds c3 2025-10-02 17:22:29 +01:00
empty initial commit 2025-10-02 14:43:01 +01:00
go feat: adds Go 2025-10-02 15:30:14 +01:00
zig adds zig 2025-10-02 15:18:25 +01:00
flake.lock initial commit 2025-10-02 14:43:01 +01:00
flake.nix feat: adds c3 2025-10-02 17:22:29 +01:00
LICENSE chore: adds MPL 2.0 license 2025-10-02 15:40:55 +01:00
README.md Update README.md 2025-10-24 14:59:31 +02:00

Dev Flake Templates

built with nix

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