about summary refs log tree commit diff
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add goreleaser to go templateFranck Cuny2023-12-199-70/+147
|
* remove rust template, add GHA to go templateFranck Cuny2023-12-1511-178/+70
|
* various fixes for errors reported by deadnixFranck Cuny2023-12-151-1/+1
|
* formatting a few files with treefmtFranck Cuny2023-12-032-4/+2
|
* ref(templates): drop drone/GHA supportFranck Cuny2023-03-034-113/+0
|
* feat(templates/go): add flake template for go projectsFranck Cuny2023-02-218-0/+151
|
* feat(templates/rust): add configuration for drone CIFranck Cuny2022-11-151-0/+33
|
* ref: update rust's template to use craneFranck Cuny2022-11-041-27/+32
|
* ref: update the template for rust projectsFranck Cuny2022-11-013-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.
* feat(templates): add a template for rustFranck Cuny2022-10-228-0/+181
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```