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,
rust-analyzer,
rustfmt,
rustc,
clippy,
cargo,
rustPlatform,
@ -13,6 +14,7 @@ mkShell {
rustfmt
clippy
cargo
rustc
];
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";