From 990716ce72f64be5da644e5eac73b5f145864e75 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 8 Nov 2016 14:06:51 +0000 Subject: [PATCH] hound: make mercurial indexing work --- nixos/modules/services/search/hound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; };