From 4b6ed5f5af849c8d1075967be09c60dd8c419602 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Sat, 11 Nov 2023 15:56:11 -0800
Subject: [PATCH] chore(nix): Add clippy to flake

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 4454359..2b675b1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,7 @@
 
         devShell = pkgs.mkShell {
           buildInputs = with pkgs; [dbus];
-          nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config];
+          nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config clippy];
         };
 
         formatter = nixpkgs.legacyPackages.${system}.alejandra;
-- 
GitLab