Skip to content

Commit

Permalink
nix: Upgrade to postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 23, 2024
1 parent e12bf24 commit f177799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{pkgs, isCrib}:
with pkgs; let
go = go_1_21;
postgresql = postgresql_14;
postgresql = postgresql_15;
nodejs = nodejs-18_x;
nodePackages = pkgs.nodePackages.override {inherit nodejs;};
pnpm = pnpm_9;
Expand Down

0 comments on commit f177799

Please sign in to comment.