nix: remove libpq overlay

We have fixed the static build of PostgreSQL upstream, so we don't need
our separate overlay anymore. One more step towards building a static
executable on other platforms.
This commit is contained in:
Wolfgang Walther
2025-07-11 15:53:06 +00:00
parent 83c533e557
commit 067c181bb8
5 changed files with 0 additions and 87 deletions
-1
View File
@@ -3,6 +3,5 @@
checked-shell-script = import ./checked-shell-script;
gitignore = import ./gitignore.nix;
haskell-packages = import ./haskell-packages.nix;
postgresql-libpq = import ./postgresql-libpq.nix;
slocat = import ./slocat.nix;
}