nixos/rsshub: fix config example to new variable name (#517651)

This commit is contained in:
Sandro
2026-05-29 23:05:00 +00:00
committed by GitHub
+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 = ''