We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4048d commit 0ec644cCopy full SHA for 0ec644c
modules/hooks.nix
@@ -3508,7 +3508,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.ormol
3508
'';
3509
in
3510
builtins.toString script;
3511
- package = pkgs.trufflehog;
+ package = tools.trufflehog;
3512
3513
# trufflehog expects to run across the whole repo, not particular files
3514
pass_filenames = false;
nix/tools.nix
@@ -74,6 +74,7 @@
74
, texlive
75
, topiary ? null ## Added in nixpkgs on Dec 2, 2022
76
, treefmt
77
+, trufflehog
78
, typos
79
, typstfmt
80
, typstyle ? null ## Add in nixpkgs added on commit 800ca60
@@ -152,6 +153,7 @@ in
152
153
taplo
154
topiary
155
treefmt
156
+ trufflehog
157
typos
158
typstfmt
159
typstyle
0 commit comments