mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 14:07:42 +00:00
nix: added rustc into default devShell
This commit is contained in:
parent
57e8bc1474
commit
76970ee1cd
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
mkShell,
|
||||
rust-analyzer,
|
||||
rustfmt,
|
||||
rustc,
|
||||
clippy,
|
||||
cargo,
|
||||
rustPlatform,
|
||||
|
|
@ -13,6 +14,7 @@ mkShell {
|
|||
rustfmt
|
||||
clippy
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue