chore: add nextest and fmt to nix

This commit is contained in:
Paul Makles
2023-09-22 19:03:49 +01:00
parent 881888bd1c
commit 25ae1555a2

View File

@@ -21,10 +21,14 @@ in pkgs.mkShell {
# Database
# pkgs.mongodb
# Rust
# Cargo
pkgs.cargo
pkgs.cargo-nextest
# Rust
pkgs.rustc
pkgs.clippy
pkgs.rustfmt
pkgs.pkgconfig
pkgs.openssl.dev
];