nixos/parsoid: fix package name

Original package was removed in 2b8cde0ce2.
This commit is contained in:
Martin Milata 2020-02-25 00:26:54 +01:00
parent 9264a0fabf
commit 3b27f4d945

View File

@ -6,7 +6,7 @@ let
cfg = config.services.parsoid;
parsoid = pkgs.nodePackages."parsoid-git://github.com/abbradar/parsoid#stable";
parsoid = pkgs.nodePackages.parsoid;
confTree = {
worker_heartbeat_timeout = 300000;