Skip to content

Commit

Permalink
Drop support for pg12, add support for pg17
Browse files Browse the repository at this point in the history
pg12 will be EOL on 14 Nov 2024
  • Loading branch information
will committed Nov 5, 2024
1 parent cafedf5 commit cafe444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pkgs = nixpkgs.legacyPackages.${system};
crystal = pkgs.crystal;

pg_versions = builtins.map builtins.toString [ 16 15 14 13 12 ];
pg_versions = builtins.map builtins.toString [ 17 16 15 14 13 ];
default_pg = pkgs."postgresql_${builtins.head pg_versions}";

certs = pkgs.stdenvNoCC.mkDerivation {
Expand Down

0 comments on commit cafe444

Please sign in to comment.