From 1b2fd45c89687da7ea39b486c99db12c446e1c6a Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Fri, 21 Jun 2024 12:48:58 +0200 Subject: [PATCH] Add clippy to flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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