diff --git a/flake.nix b/flake.nix index 090b387..b49f836 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ { devShells.${system}.default = pkgs.mkShell { buildInputs = with pkgs; [ - cargo rustc rust-analyzer + cargo rustc rust-analyzer clippy ]; }; };