Upgrade nixpkgs and add Postgres 13 support

This commit is contained in:
monacoremo
2020-10-05 13:47:53 -05:00
committed by Steve Chavez
parent d395bb6052
commit e4e84e5714
7 changed files with 45 additions and 32 deletions
+1
View File
@@ -44,6 +44,7 @@ let
postgresqlVersions =
{
postgresql-13 = pkgs.postgresql_13;
postgresql-12 = pkgs.postgresql_12;
postgresql-11 = pkgs.postgresql_11;
postgresql-10 = pkgs.postgresql_10;