Skip to content

Commit

Permalink
Merge pull request #659 from SundaeSwap-finance/main
Browse files Browse the repository at this point in the history
Mention nix develop in CONTRIBUTING.md
  • Loading branch information
KtorZ authored Jul 4, 2023
2 parents 12674c8 + 28209bb commit 841547d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

***

> **Note** 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.
Expand Down

0 comments on commit 841547d

Please sign in to comment.