nixos/parsoid: fix package name
Original package was removed in 2b8cde0ce2
.
This commit is contained in:
parent
9264a0fabf
commit
3b27f4d945
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue