From 971527d3db999de340d31917e205608cb7fb87d1 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Sun, 9 Jun 2024 20:40:54 +0000
Subject: [PATCH] feat(nix): Add cargo-tarpaulin

---
 flake.nix | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix
index f359c5e..d030b31 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,11 +27,18 @@
 
         devShell = pkgs.mkShell {
           buildInputs = with pkgs; [openssl];
-          nativeBuildInputs = with pkgs; [rustc cargo rustfmt rust-analyzer pkg-config clippy];
+          nativeBuildInputs = with pkgs; [
+            rustc
+            cargo
+            rustfmt
+            rust-analyzer
+            pkg-config
+            clippy
+            cargo-tarpaulin
+          ];
         };
 
         formatter = nixpkgs.legacyPackages.${system}.alejandra;
       }
     );
 }
-
-- 
GitLab