elasticsearch6: new default version

This commit is contained in:
Jörg Thalheim
2018-08-03 11:50:04 +01:00
parent f644675bc9
commit bedf471a08
3 changed files with 7 additions and 5 deletions
@@ -58,8 +58,8 @@ in {
package = mkOption {
description = "Elasticsearch package to use.";
default = pkgs.elasticsearch2;
defaultText = "pkgs.elasticsearch2";
default = pkgs.elasticsearch;
defaultText = "pkgs.elasticsearch";
type = types.package;
};