Skip to content

Commit 2f623e4

Browse files
committed
upgrade to postgres 18
1 parent 9faa0c5 commit 2f623e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
postgresql = mkIf cfg.postgresql.enable {
514514
enable = true;
515515
enableJIT = false;
516-
package = pkgs.postgresql_17;
516+
package = pkgs.postgresql_18;
517517
extensions = psql: with psql; [
518518
pg_repack
519519
timescaledb

0 commit comments

Comments
 (0)