gitleaks: re-enable checks
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user