feat(nix): adds clippy

This commit is contained in:
itsscb 2024-08-28 19:24:44 +02:00
parent 4fd67f932b
commit 6294021cfb

View File

@ -24,6 +24,7 @@
buildInputs = with pkgs; [
rustToolchain
trunk
clippy
tailwindcss
];