nixos/parsoid: fix package name
Original package was removed in 2b8cde0ce25b4f35fce23c9ad388b3726d285d0b.
This commit is contained in:
parent
9264a0fabf
commit
3b27f4d945
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user