diff --git a/flake.nix b/flake.nix index 4479c5c..7b501bf 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ doCheck = true; }; devShell = with pkgs; mkShell { - nativeBuildInputs = with pkgs; [rustc cargo rustfmt pre-commit]; + nativeBuildInputs = with pkgs; [rustc cargo rustfmt pre-commit clippy]; }; }); } \ No newline at end of file