gitleaks: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-13 15:24:21 +02:00
parent 47fd8c7caf
commit 1057efc84a

View File

@ -1,9 +1,10 @@
{ lib {
, buildGoModule lib,
, fetchFromGitHub buildGoModule,
, gitleaks fetchFromGitHub,
, installShellFiles gitleaks,
, testers installShellFiles,
testers,
}: }:
buildGoModule rec { buildGoModule rec {
@ -25,9 +26,7 @@ buildGoModule rec {
"-X=github.com/zricethezav/gitleaks/v${lib.versions.major version}/cmd.Version=${version}" "-X=github.com/zricethezav/gitleaks/v${lib.versions.major version}/cmd.Version=${version}"
]; ];
nativeBuildInputs = [ nativeBuildInputs = [ installShellFiles ];
installShellFiles
];
# With v8 the config tests are are blocking # With v8 the config tests are are blocking
doCheck = false; doCheck = false;