tt-rss: fix passthru.tests syntax
gileri 1 year ago 2cc6ef5b 3018beaa
··· 30 30 ''; 31 31 32 32 passthru = { 33 33 - inherit (nixosTests) tt-rss; 33 33 + tests = { inherit (nixosTests) tt-rss; }; 34 34 updateScript = unstableGitUpdater { hardcodeZeroVersion = true; }; 35 35 }; 36 36