newsraft: add passthru.updateScript

This commit is contained in:
arthsmn 2024-01-02 20:39:49 -03:00
parent 75edae02dd
commit 55e5940bc7

View file

@ -8,6 +8,7 @@
, ncurses
, sqlite
, yajl
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
@ -27,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "PREFIX=$(out)" ];
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "Feed reader for terminal";
homepage = "https://codeberg.org/grisha/newsraft";