Commit 115df1c2 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

glab: use nix-update-script

parent a597f4ff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitLab,
  installShellFiles,
  stdenv,
  nix-update-script,
}:

buildGo123Module rec {
@@ -43,6 +44,8 @@ buildGo123Module rec {
      --zsh <($out/bin/glab completion -s zsh)
  '';

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

  meta = {
    description = "GitLab CLI tool bringing GitLab to your command line";
    license = lib.licenses.mit;