aboutsummaryrefslogtreecommitdiff
path: root/templates/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete all the templatesFranck Cuny2024-01-211-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.
* remove rust template, add GHA to go templateFranck Cuny2023-12-151-5/+0
|
* feat(templates/go): add flake template for go projectsFranck Cuny2023-02-211-0/+5
|
* feat(templates): add a template for rustFranck Cuny2022-10-221-0/+6
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```