mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +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,
|
mkShell,
|
||||||
rust-analyzer,
|
rust-analyzer,
|
||||||
rustfmt,
|
rustfmt,
|
||||||
|
rustc,
|
||||||
clippy,
|
clippy,
|
||||||
cargo,
|
cargo,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
|
|
@ -13,6 +14,7 @@ mkShell {
|
||||||
rustfmt
|
rustfmt
|
||||||
clippy
|
clippy
|
||||||
cargo
|
cargo
|
||||||
|
rustc
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue