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
@@ -43,7 +43,6 @@ let
allOverlays.build-toolbox
allOverlays.checked-shell-script
allOverlays.gitignore
allOverlays.postgresql-libpq
(allOverlays.haskell-packages { inherit compiler; })
allOverlays.slocat
];