glab: use nix-update-script
This commit is contained in:
parent
a597f4ffe1
commit
115df1c2cf
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user