Skip to content

Commit

Permalink
docs: add note on starting rust envs
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Aug 27, 2024
1 parent 7585f52 commit 7b9da67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,12 @@ nix flake check -L
Please do note that it is a requirement for full checks to pass for the
contribution to be merged to the main branch. But, you don't have to run it
locally. When you make a Pull Request, GitHub CI will run them.
To get a specific Rust version environment you can do one of:
```
nix develop .#default
nix develop .#beta
nix develop .#nightly
```

0 comments on commit 7b9da67

Please sign in to comment.