commit 8e82c2922bbd62839fb0c9b5b1536f8029cfb87f parent 80946724f3073d465c6d420034fd129d252e7e40 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 8 Sep 2023 17:52:00 +0200 Fix pgbouncer Diffstat:
| M | overlays/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/overlays/default.nix b/overlays/default.nix @@ -35,7 +35,7 @@ submodules = true; }; - nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.autoreconfHook269 ]; + nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.autoreconfHook264 ]; }); };