summary refs log tree commit diff
path: root/nixos/modules/services/search/hound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/search/hound.nix')
-rw-r--r--nixos/modules/services/search/hound.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/search/hound.nix b/nixos/modules/services/search/hound.nix
index 708f57a5eb7c..1226cba682ec 100644
--- a/nixos/modules/services/search/hound.nix
+++ b/nixos/modules/services/search/hound.nix
@@ -116,7 +116,7 @@ in {
                     " -conf ${pkgs.writeText "hound.json" cfg.config}";
 
       };
-      path = [ pkgs.git ];
+      path = [ pkgs.git pkgs.mercurial pkgs.openssh ];
     };
   };