Commit 16544c2c authored by oo-infty's avatar oo-infty
Browse files

ugm: use nix-update-script

parent 8f1a3fba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";