mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
gitleaks: Add nix-update-script
This will make `nix-shell maintainers/scripts/update.nix --argstr package gitleaks` work.
This commit is contained in:
parent
19b11bedc8
commit
18196014aa
@ -6,6 +6,7 @@
|
||||
gitleaks,
|
||||
installShellFiles,
|
||||
testers,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
@ -44,6 +45,8 @@ buildGoModule rec {
|
||||
command = "${pname} version";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Scan git repos (or files) for secrets";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user