Skip to content

Commit

Permalink
fix: es
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jul 4, 2024
1 parent 8d1b2be commit b5eeb8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nix/elasticsearch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ in
example =
lib.literalExpression "[ pkgs.elasticsearchPlugins.discovery-ec2 ]";
};
};

config = {
outputs.settings = {
config = {
outputs = {
settings = {
processes."${name}" =
let
es7 = builtins.compareVersions config.package.version "7" >= 0;
Expand Down Expand Up @@ -202,4 +204,4 @@ in
};
};
};
}
};

0 comments on commit b5eeb8c

Please sign in to comment.