7 lines
100 B
Nix
7 lines
100 B
Nix
_: super:
|
|
{
|
|
libpq = super.callPackage ../libpq.nix {
|
|
postgresql = super.postgresql_16;
|
|
};
|
|
}
|