nix: added rustc into default devShell

This commit is contained in:
Rexiel Scarlet 2025-08-13 12:04:02 +04:00
commit 76970ee1cd
No known key found for this signature in database

View file

@ -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}";