Merge pull request #6 from Rexcrazy804/improve-devshell

nix: improve devShell
This commit is contained in:
raf 2025-08-13 17:02:28 +03:00 committed by GitHub
commit fe5101809b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

1
.envrc
View file

@ -1,2 +1,3 @@
watch_file nix/shell.nix
use flake use flake

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