mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #212467 from typetetris/feature/timescaledb-2.9.2
timescaledb: 2.9.1 -> 2.9.2
This commit is contained in:
commit
16d84e9693
@ -1,9 +1,14 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, postgresql, openssl, libkrb5 }:
|
||||
|
||||
# # To enable on NixOS:
|
||||
# config.services.postgresql = {
|
||||
# extraPlugins = [ pkgs.timescaledb ];
|
||||
# extraConfig = "shared_preload_libraries = 'timescaledb'";
|
||||
# config.services.postgresql = let
|
||||
# # The postgresql pkgs has to be taken from the
|
||||
# # postgresql package used, so the extensions
|
||||
# # are built for the correct postgresql version.
|
||||
# postgresqlPackages = config.services.postgresql.package.pkgs;
|
||||
# in {
|
||||
# extraPlugins = with postgresqlPackages; [ timescaledb ];
|
||||
# settings.shared_preload_libraries = "timescaledb";
|
||||
# }
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user