aboutsummaryrefslogtreecommitdiff
path: root/templates (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-21delete all the templatesFranck Cuny14-265/+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-19add goreleaser to go templateFranck Cuny9-70/+147
2023-12-15remove rust template, add GHA to go templateFranck Cuny11-178/+70
2023-12-15various fixes for errors reported by deadnixFranck Cuny1-1/+1
2023-12-03formatting a few files with treefmtFranck Cuny2-4/+2
2023-03-03ref(templates): drop drone/GHA supportFranck Cuny4-113/+0
2023-02-21feat(templates/go): add flake template for go projectsFranck Cuny8-0/+151
2022-11-15feat(templates/rust): add configuration for drone CIFranck Cuny1-0/+33
2022-11-04ref: update rust's template to use craneFranck Cuny1-27/+32
2022-11-01ref: update the template for rust projectsFranck Cuny3-90/+131
Update the workflow to use `nix develop` commands instead of multiple steps (see https://determinate.systems/posts/nix-github-actions). Add a configuration for `cargo deny` to manage the dependencies I take on.
2022-10-22feat(templates): add a template for rustFranck Cuny8-0/+181
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```