From 115df1c2cf0f7ada4bbf0311fc452975df69b113 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 2 Dec 2024 05:50:02 +0100 Subject: [PATCH] glab: use nix-update-script --- pkgs/by-name/gl/glab/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/gl/glab/package.nix b/pkgs/by-name/gl/glab/package.nix index 9f29550ee58b..365067dd98a9 100644 --- a/pkgs/by-name/gl/glab/package.nix +++ b/pkgs/by-name/gl/glab/package.nix @@ -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;