We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a597f4f commit 115df1cCopy full SHA for 115df1c
pkgs/by-name/gl/glab/package.nix
@@ -4,6 +4,7 @@
4
fetchFromGitLab,
5
installShellFiles,
6
stdenv,
7
+ nix-update-script,
8
}:
9
10
buildGo123Module rec {
@@ -43,6 +44,8 @@ buildGo123Module rec {
43
44
--zsh <($out/bin/glab completion -s zsh)
45
'';
46
47
+ passthru.updateScript = nix-update-script { };
48
+
49
meta = {
50
description = "GitLab CLI tool bringing GitLab to your command line";
51
license = lib.licenses.mit;
0 commit comments