gitleaks: re-enable checks

This commit is contained in:
Olivér Falvai
2025-03-30 17:08:14 +02:00
parent 13c05aa091
commit ce06e43af8
+2 -2
View File
@@ -6,6 +6,7 @@
installShellFiles,
nix-update-script,
versionCheckHook,
git,
}:
buildGoModule rec {
@@ -32,8 +33,7 @@ buildGoModule rec {
versionCheckHook
];
# With v8 the config tests are blocking
doCheck = false;
nativeCheckInputs = [ git ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd ${pname} \