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