Unverified Commit 16750637 authored by kyehn's avatar kyehn Committed by GitHub
Browse files

read-it-later: add updateScript

parent bb0a82ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  libsoup_3,
  webkitgtk_6_0,
  sqlite,
  nix-update-script,
}:

stdenv.mkDerivation rec {
@@ -55,6 +56,8 @@ stdenv.mkDerivation rec {
    sqlite
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Simple Wallabag client with basic features to manage articles";
    homepage = "https://gitlab.gnome.org/World/read-it-later";