Skip to content

Commit

Permalink
Disable timescaledb until NixOS/nixpkgs#341421
Browse files Browse the repository at this point in the history
pg_config is broken and it's bothersome to override because postgres
packages(plugins) are their own package scope so we can't simply
override some bullshit fix for timescale without overriding the entirety
of our selected postgres version. Which doesn't really matter because
we're enabling Python support in postgres and building it anyways, but
it's not right!
  • Loading branch information
Carl Hjerpe committed Sep 23, 2024
1 parent 32da3af commit f3e3225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/_shared/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ in
plpgsql_check
plv8
system_stats
timescaledb
timescaledb_toolkit
#timescaledb
#timescaledb_toolkit
];

settings = {
Expand Down

0 comments on commit f3e3225

Please sign in to comment.