lnav: add updateScript

This commit is contained in:
Atemu 2024-11-22 11:43:57 +01:00
parent 23e89b7da8
commit 494f142f79

View File

@ -11,6 +11,7 @@
, automake
, curl
, buildPackages
, nix-update-script
}:
stdenv.mkDerivation rec {
@ -47,6 +48,8 @@ stdenv.mkDerivation rec {
./autogen.sh
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/tstack/lnav";
description = "Logfile Navigator";