mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
chore: add nextest and fmt to nix
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user