nix: Build only libpq instead of full postgresql package
This commit is contained in:
committed by
Wolfgang Walther
parent
259d97acee
commit
85fbb233a7
@@ -0,0 +1,6 @@
|
||||
self: super:
|
||||
{
|
||||
libpq = super.callPackage ../libpq.nix {
|
||||
postgresql = super.postgresql_15;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user