tt-rss: fix passthru.tests syntax

This commit is contained in:
gileri
2025-03-27 22:08:58 +01:00
parent 3018beaac6
commit 2cc6ef5b2f
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
inherit (nixosTests) tt-rss;
tests = { inherit (nixosTests) tt-rss; };
updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
};