summary refs log tree commit diff
path: root/nixos/modules/services/search
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-21 11:44:08 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-21 11:53:32 +0100
commitc0409de98d0736eaf5c45e8444265a51b5e6c9f9 (patch)
treedc0317d3f881040c460044e3b2dd45a385f51c96 /nixos/modules/services/search
parent0b87a56015003fe7f19580cd596d1c3fcc2db473 (diff)
downloadnixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.tar
nixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.tar.gz
nixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.tar.bz2
nixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.tar.lz
nixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.tar.xz
nixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.tar.zst
nixpkgs-c0409de98d0736eaf5c45e8444265a51b5e6c9f9.zip
elasticsearch-curator: add top-level package using older click
See https://github.com/NixOS/nixpkgs/pull/58023 for a discussion
of why this is necessary. The upstream issue can be found at
https://github.com/elastic/curator/pull/1280.
Diffstat (limited to 'nixos/modules/services/search')
-rw-r--r--nixos/modules/services/search/elasticsearch-curator.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/search/elasticsearch-curator.nix b/nixos/modules/services/search/elasticsearch-curator.nix
index 8cb1275284a..9620c3e0b6d 100644
--- a/nixos/modules/services/search/elasticsearch-curator.nix
+++ b/nixos/modules/services/search/elasticsearch-curator.nix
@@ -86,7 +86,7 @@ in {
       startAt = cfg.interval;
       serviceConfig = {
         ExecStart =
-          "${pkgs.python3Packages.elasticsearch-curator}/bin/curator" +
+          "${pkgs.elasticsearch-curator}/bin/curator" +
           " --config ${curatorConfig} ${curatorAction}";
       };
     };