aboutsummaryrefslogtreecommitdiff
path: root/templates/rust/flake.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-04ref: update rust's template to use craneFranck Cuny1-27/+32
2022-11-01ref: update the template for rust projectsFranck Cuny1-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.
2022-10-22feat(templates): add a template for rustFranck Cuny1-0/+66
To use it, run: ``` nix flake init -t github:fcuny/world#rust ```