Maintain a symlink to the rust toolchain in the project root
This helps with IntelliJ's setup, rather than finding the toolchain in the Nix store.
This commit is contained in:
parent
3275f4890d
commit
25cece279e
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
.direnv/
|
||||
.idea/
|
||||
/target
|
||||
.rust-toolchain
|
||||
*.act
|
||||
*.bmp
|
||||
*.jpg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue