Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add goreleaser to go template | Franck Cuny | 2023-12-19 | 9 | -70/+147 |
| | |||||
* | remove rust template, add GHA to go template | Franck Cuny | 2023-12-15 | 11 | -178/+70 |
| | |||||
* | various fixes for errors reported by deadnix | Franck Cuny | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | formatting a few files with treefmt | Franck Cuny | 2023-12-03 | 2 | -4/+2 |
| | |||||
* | ref(templates): drop drone/GHA support | Franck Cuny | 2023-03-03 | 4 | -113/+0 |
| | |||||
* | feat(templates/go): add flake template for go projects | Franck Cuny | 2023-02-21 | 8 | -0/+151 |
| | |||||
* | feat(templates/rust): add configuration for drone CI | Franck Cuny | 2022-11-15 | 1 | -0/+33 |
| | |||||
* | ref: update rust's template to use crane | Franck Cuny | 2022-11-04 | 1 | -27/+32 |
| | |||||
* | ref: update the template for rust projects | Franck Cuny | 2022-11-01 | 3 | -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 rust | Franck Cuny | 2022-10-22 | 8 | -0/+181 |
To use it, run: ``` nix flake init -t github:fcuny/world#rust ``` |