mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
cmctl: set passthru.updateScript option
Set passthru.updateScript option to point to `update.sh`. This should correctly now update cmctl automatically. Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
parent
eb8bbdc773
commit
1206839ce9
@ -33,6 +33,8 @@ buildGoModule rec {
|
||||
--zsh <($out/bin/cmctl completion zsh)
|
||||
'';
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A CLI tool for managing cert-manager service on Kubernetes clusters";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user