Unverified Commit 0c5cbd76 authored by FKouhai's avatar FKouhai
Browse files

argocd: add updateScript

parent 8970ef98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -67,6 +67,8 @@ buildGoModule rec {
      --zsh <($out/bin/argocd completion zsh)
  '';

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Declarative continuous deployment for Kubernetes";
    mainProgram = "argocd";
@@ -77,6 +79,7 @@ buildGoModule rec {
      shahrukh330
      bryanasdev000
      qjoly
      FKouhai
    ];
  };
}