aboutsummaryrefslogtreecommitdiff
path: root/templates/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-21delete all the templatesFranck Cuny1-6/+0
This is too much work to maintain, and I'm going to put all my tools and scripts in this repository, so I won't need that anymore.
2023-12-15remove rust template, add GHA to go templateFranck Cuny1-5/+0
2023-02-21feat(templates/go): add flake template for go projectsFranck Cuny1-0/+5
2022-10-22feat(templates): add a template for rustFranck Cuny1-0/+6
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```