From 6294021cfb92e70135e96fae841b68b1083990b4 Mon Sep 17 00:00:00 2001 From: itsscb Date: Wed, 28 Aug 2024 19:24:44 +0200 Subject: [PATCH] feat(nix): adds clippy --- frontend/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/flake.nix b/frontend/flake.nix index 903da15..42df65c 100644 --- a/frontend/flake.nix +++ b/frontend/flake.nix @@ -24,6 +24,7 @@ buildInputs = with pkgs; [ rustToolchain trunk + clippy tailwindcss ];