timescaledb: cosmetics
This commit is contained in:
parent
a047e19c15
commit
24890984e7
@ -1,5 +1,11 @@
|
|||||||
{ stdenv, fetchFromGitHub, postgresql }:
|
{ stdenv, fetchFromGitHub, postgresql }:
|
||||||
|
|
||||||
|
# # To enable on NixOS:
|
||||||
|
# config.services.postgresql = {
|
||||||
|
# extraPlugins = [ pkgs.timescaledb ];
|
||||||
|
# extraConfig = "shared_preload_libraries = 'timescaledb'";
|
||||||
|
# }
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "timescaledb-${version}";
|
name = "timescaledb-${version}";
|
||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
@ -21,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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/;
|
homepage = https://www.timescale.com/;
|
||||||
maintainers = with maintainers; [ volth ];
|
maintainers = with maintainers; [ volth ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user