miniflux: add updateScript

This commit is contained in:
Adam Stephens
2024-09-29 19:08:48 -04:00
parent 4e0c36e4dd
commit 2a6f48769c
+5 -2
View File
@@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, fetchpatch2, installShellFiles, nixosTests }:
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "miniflux";
@@ -26,7 +26,10 @@ buildGoModule rec {
installManPage miniflux.1
'';
passthru.tests = nixosTests.miniflux;
passthru = {
tests = nixosTests.miniflux;
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Minimalist and opinionated feed reader";