Upgrade nixpkgs and add Postgres 13 support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
self: super:
|
||||
# Overlay that sets the default version of PostgreSQL.
|
||||
{
|
||||
postgresql = super.postgresql_12;
|
||||
postgresql = super.postgresql_13;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user