This replaces the build via static-haskell-nix and will hopefully make it possible to cross compile in the future.
6 lines
108 B
Nix
6 lines
108 B
Nix
self: super:
|
|
# Overlay that sets the default version of PostgreSQL.
|
|
{
|
|
postgresql = super.postgresql_15;
|
|
}
|