mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 14:07:42 +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,
|
||||
taplo,
|
||||
rust-analyzer-unwrapped,
|
||||
cargo-nextest,
|
||||
rustPlatform,
|
||||
}:
|
||||
mkShell {
|
||||
|
|
@ -20,6 +21,9 @@ mkShell {
|
|||
cargo
|
||||
taplo
|
||||
rust-analyzer-unwrapped
|
||||
|
||||
# Additional Cargo Tooling
|
||||
cargo-nextest
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue