Mention nix develop in CONTRIBUTING.md

This commit is contained in:
Pi Lanningham 2023-07-04 00:41:45 -04:00
parent 12674c8c4c
commit fb021bdfd1
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
***
> Tip: if you have nix installed, you can run `nix develop` to take advantage of the projects dev-shell flake. This will provide any needed tools and dependencies in a reproducible way.
If everything runs fine without any errors you're good to go. If you do run into any errors please come chat with us on [Discord (#aiken)](https://discord.gg/Vc3x8N9nz2)
Coding standards are enforced using CI. Make sure to configure your editor to pick them up. As an example, if you're using VSCode, please use the [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) extension. Then turn on format on save and map `check` to `clippy` in the VSCode settings. Any clippy or formatting errors will cause CI to fail.