Skip to content

Commit 115df1c

Browse files
committed
glab: use nix-update-script
1 parent a597f4f commit 115df1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/gl/glab/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fetchFromGitLab,
55
installShellFiles,
66
stdenv,
7+
nix-update-script,
78
}:
89

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

47+
passthru.updateScript = nix-update-script { };
48+
4649
meta = {
4750
description = "GitLab CLI tool bringing GitLab to your command line";
4851
license = lib.licenses.mit;

0 commit comments

Comments
 (0)