mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 14:33: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
|
||||
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue