From b547a79d6e5bb0c4c5174c79f87344007d9ada95 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 20 May 2026 10:53:42 +0200 Subject: [PATCH] add trufflehog to dev deps Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- nix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/shell.nix b/nix/shell.nix index 47f672b..388dcb3 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -53,6 +53,7 @@ in go python3 doctoc + trufflehog gomod2nixPkgs.gomod2nix ] ++ hooks.enabledPackages;