* Refactor tests and fix README * fix linting hints from new hlint version * postgrest-style with new nixpkgs-fmt
6 lines
108 B
Nix
6 lines
108 B
Nix
self: super:
|
|
# Overlay that sets the default version of PostgreSQL.
|
|
{
|
|
postgresql = super.postgresql_12;
|
|
}
|