nix: add nextest (#5610)

Has some unrelated change that I add the whole .vscode folder to
.gitignore which I also need.
This commit is contained in:
Sebastian Klähn
2024-05-21 10:18:05 +02:00
committed by GitHub
parent e7d9ff12ec
commit e84a5589df
2 changed files with 2 additions and 1 deletions

View File

@@ -542,6 +542,7 @@
]) ])
cargo-deny cargo-deny
rust-analyzer-nightly rust-analyzer-nightly
cargo-nextest
perl # needed to build vendored OpenSSL perl # needed to build vendored OpenSSL
git-cliff git-cliff
]; ];