mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
nix: add cargo-nextest to devshell
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2266c2f3fccff23fa3950f8fac3365f36a6a6964
This commit is contained in:
parent
59423f9ae4
commit
dca7cca455
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
clippy,
|
clippy,
|
||||||
taplo,
|
taplo,
|
||||||
rust-analyzer-unwrapped,
|
rust-analyzer-unwrapped,
|
||||||
|
cargo-nextest,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
}:
|
}:
|
||||||
mkShell {
|
mkShell {
|
||||||
|
|
@ -20,6 +21,9 @@ mkShell {
|
||||||
cargo
|
cargo
|
||||||
taplo
|
taplo
|
||||||
rust-analyzer-unwrapped
|
rust-analyzer-unwrapped
|
||||||
|
|
||||||
|
# Additional Cargo Tooling
|
||||||
|
cargo-nextest
|
||||||
];
|
];
|
||||||
|
|
||||||
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue