Skip to content

Commit 0ec644c

Browse files
committed
add trufflehog to tools
1 parent 0b4048d commit 0ec644c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
35083508
'';
35093509
in
35103510
builtins.toString script;
3511-
package = pkgs.trufflehog;
3511+
package = tools.trufflehog;
35123512

35133513
# trufflehog expects to run across the whole repo, not particular files
35143514
pass_filenames = false;

nix/tools.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
, texlive
7575
, topiary ? null ## Added in nixpkgs on Dec 2, 2022
7676
, treefmt
77+
, trufflehog
7778
, typos
7879
, typstfmt
7980
, typstyle ? null ## Add in nixpkgs added on commit 800ca60
@@ -152,6 +153,7 @@ in
152153
taplo
153154
topiary
154155
treefmt
156+
trufflehog
155157
typos
156158
typstfmt
157159
typstyle

0 commit comments

Comments
 (0)