mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
influxdb2: add comment to indicate that influxdb2 is a legacy compat package.
This commit is contained in:
parent
492f791f9d
commit
84bc3a0280
@ -21338,6 +21338,9 @@ with pkgs;
|
|||||||
influxdb2-cli = callPackage ../servers/nosql/influxdb2/cli.nix {
|
influxdb2-cli = callPackage ../servers/nosql/influxdb2/cli.nix {
|
||||||
buildGoModule = buildGo117Module;
|
buildGoModule = buildGo117Module;
|
||||||
};
|
};
|
||||||
|
# For backwards compatibility with older versions of influxdb2,
|
||||||
|
# which bundled the server and CLI into the same derivation. Will be
|
||||||
|
# removed in a few releases.
|
||||||
influxdb2 = callPackage ../servers/nosql/influxdb2/combined.nix { };
|
influxdb2 = callPackage ../servers/nosql/influxdb2/combined.nix { };
|
||||||
|
|
||||||
mysql57 = callPackage ../servers/sql/mysql/5.7.x.nix {
|
mysql57 = callPackage ../servers/sql/mysql/5.7.x.nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user