hydraTest: remove outdated postgresql version

error: postgresql_12 has been removed since it reached its EOL upstream
This commit is contained in:
zowoq 2025-03-28 11:11:26 +10:00 committed by ahuston-0
parent 55349930f1
commit ebefdb0a3d

View File

@ -15,7 +15,6 @@
systemd.services.hydra-send-stats.enable = false; systemd.services.hydra-send-stats.enable = false;
services.postgresql.enable = true; services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql_12;
# The following is to work around the following error from hydra-server: # The following is to work around the following error from hydra-server:
# [error] Caught exception in engine "Cannot determine local time zone" # [error] Caught exception in engine "Cannot determine local time zone"