This commit is contained in:
Sridhar Ratnakumar 2021-04-10 12:17:27 -04:00 committed by GitHub
parent 54b1181dac
commit c1d42ef654
Failed to generate hash of commit

View file

@ -4,7 +4,8 @@ See [Nix-ifying Rust projects](https://notes.srid.ca/rust-nix) for details.
## Adapting this template
Change `name` in Cargo.toml and flake.nix. Also change `description` in flake.nix.
- Change `name` in Cargo.toml and flake.nix. Also change `description` in flake.nix.
- There are two CI workflows, and one of them uses Nix which is slower than the other based on rustup. Pick one or the other depending on your trade-offs.
## Development (Flakes)