mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
Merge pull request #6 from Rexcrazy804/improve-devshell
nix: improve devShell
This commit is contained in:
commit
fe5101809b
2 changed files with 3 additions and 0 deletions
1
.envrc
1
.envrc
|
|
@ -1,2 +1,3 @@
|
||||||
|
watch_file nix/shell.nix
|
||||||
use flake
|
use flake
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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