glab: use nix-update-script

This commit is contained in:
Alexis Hildebrandt 2024-12-02 05:50:02 +01:00
parent a597f4ffe1
commit 115df1c2cf

View File

@ -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;