From ebefdb0a3d8b603b8a11ee1b0ab21c3012e1040e Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:11:26 +1000 Subject: [PATCH] hydraTest: remove outdated postgresql version error: postgresql_12 has been removed since it reached its EOL upstream --- nixos-modules/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos-modules/default.nix b/nixos-modules/default.nix index 62b18406..d12d8338 100644 --- a/nixos-modules/default.nix +++ b/nixos-modules/default.nix @@ -15,7 +15,6 @@ systemd.services.hydra-send-stats.enable = false; services.postgresql.enable = true; - services.postgresql.package = pkgs.postgresql_12; # The following is to work around the following error from hydra-server: # [error] Caught exception in engine "Cannot determine local time zone"