ugm: use nix-update-script

This commit is contained in:
oo-infty 2024-04-13 18:55:47 +08:00
parent 8f1a3fbaa9
commit 16544c2cf5
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
, buildGoModule
, fetchFromGitHub
, makeWrapper
, nix-update-script
}:
buildGoModule rec {
@ -25,6 +26,8 @@ buildGoModule rec {
--set RUNEWIDTH_EASTASIAN 0
'';
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "A terminal based UNIX user and group browser";
homepage = "https://github.com/ariasmn/ugm";