Files
postgrest/nix/overlays/postgresql-default.nix
T
Wolfgang WaltherandWolfgang Walther 259d97acee nix: Build static postgrest executable via pkgsStatic
This replaces the build via static-haskell-nix and will hopefully make
it possible to cross compile in the future.
2024-01-26 17:17:05 +01:00

6 lines
108 B
Nix

self: super:
# Overlay that sets the default version of PostgreSQL.
{
postgresql = super.postgresql_15;
}