diff --git a/hosts/common/shells/rust/default.nix b/hosts/common/shells/rust/default.nix index be59be2..514b1cf 100644 --- a/hosts/common/shells/rust/default.nix +++ b/hosts/common/shells/rust/default.nix @@ -4,5 +4,9 @@ pkgs.mkShell { cargo rustc rustfmt + clippy + cargo-udeps + cargo-outdated + sqlx-cli ]; }