about summary refs log tree commit diff
path: root/templates/rust/flake.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref: update rust's template to use craneFranck Cuny2022-11-041-27/+32
|
* ref: update the template for rust projectsFranck Cuny2022-11-011-29/+60
| | | | | | | | 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-221-0/+66
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```