6 lines
108 B
Nix
6 lines
108 B
Nix
self: super:
|
|
# Overlay that sets the default version of PostgreSQL.
|
|
{
|
|
postgresql = super.postgresql_13;
|
|
}
|