nixos/rsshub: fix config example to new variable name

This commit is contained in:
Vonfry
2026-05-08 10:07:06 +08:00
committed by Vonfry
parent ece0cb020c
commit ada5445f2c
+1 -1
View File
@@ -49,7 +49,7 @@ in
{
REQUEST_TIMEOUT = "3000";
REQUEST_RETRY = "10";
PUPPETEER_EXECUTABLE_PATH = lib.getExe pkgs.chromium";
CHROMIUM_EXECUTABLE_PATH = lib.getExe pkgs.chromium;
}
'';
description = ''