nixos/parsoid: fix package name
Original package was removed in 2b8cde0ce2.
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
|||||||
|
|
||||||
cfg = config.services.parsoid;
|
cfg = config.services.parsoid;
|
||||||
|
|
||||||
parsoid = pkgs.nodePackages."parsoid-git://github.com/abbradar/parsoid#stable";
|
parsoid = pkgs.nodePackages.parsoid;
|
||||||
|
|
||||||
confTree = {
|
confTree = {
|
||||||
worker_heartbeat_timeout = 300000;
|
worker_heartbeat_timeout = 300000;
|
||||||
|
|||||||
Reference in New Issue
Block a user