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 -1
View File
@@ -1,5 +1,5 @@
self: super:
# Overlay that sets the default version of PostgreSQL.
{
postgresql = super.postgresql_12;
postgresql = super.postgresql_13;
}