Skip to content

Commit

Permalink
remove pg11 and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
will committed Jul 18, 2024
1 parent c83388d commit cafee6e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 57 deletions.
94 changes: 38 additions & 56 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
crystal-pkgs = nixpkgs-crunchy.packages.${system};
crystal = crystal-pkgs.crystal;

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

certs = pkgs.stdenvNoCC.mkDerivation {
Expand Down

0 comments on commit cafee6e

Please sign in to comment.