From 24890984e758a3f9de645181bd758ec8e6af34c0 Mon Sep 17 00:00:00 2001 From: volth Date: Fri, 29 Sep 2017 13:16:17 +0300 Subject: timescaledb: cosmetics --- pkgs/servers/sql/postgresql/timescaledb/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/sql/postgresql/timescaledb/default.nix b/pkgs/servers/sql/postgresql/timescaledb/default.nix index 5810ae86891..fbf0bfa1926 100644 --- a/pkgs/servers/sql/postgresql/timescaledb/default.nix +++ b/pkgs/servers/sql/postgresql/timescaledb/default.nix @@ -1,5 +1,11 @@ { stdenv, fetchFromGitHub, postgresql }: +# # To enable on NixOS: +# config.services.postgresql = { +# extraPlugins = [ pkgs.timescaledb ]; +# extraConfig = "shared_preload_libraries = 'timescaledb'"; +# } + stdenv.mkDerivation rec { name = "timescaledb-${version}"; version = "0.5.0"; @@ -21,7 +27,7 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - description = "TimescaleDB scales PostgreSQL for time-series data via automatic partitioning across time and space"; + description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space"; homepage = https://www.timescale.com/; maintainers = with maintainers; [ volth ]; platforms = platforms.linux; -- cgit 1.4.1