Add clippy to flake
All checks were successful
Build library & run tests / build (push) Successful in 18s

This commit is contained in:
Kodi Craft 2024-06-21 12:48:58 +02:00
parent 374e50ee6b
commit 1b2fd45c89
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -19,7 +19,7 @@
doCheck = true; doCheck = true;
}; };
devShell = with pkgs; mkShell { devShell = with pkgs; mkShell {
nativeBuildInputs = with pkgs; [rustc cargo rustfmt pre-commit]; nativeBuildInputs = with pkgs; [rustc cargo rustfmt pre-commit clippy];
}; };
}); });
} }