Added clippy to build inputs.

This commit is contained in:
vorboyvo 2024-12-27 14:20:50 -05:00
parent 80cce425e9
commit 4a27d6808e

View file

@ -13,7 +13,7 @@
{
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
cargo rustc rust-analyzer
cargo rustc rust-analyzer clippy
];
};
};