chatdesk-ui/postgrest_v12.2.8/nix/overlays/postgresql-libpq.nix

7 lines
100 B
Nix

_: super:
{
libpq = super.callPackage ../libpq.nix {
postgresql = super.postgresql_16;
};
}