From 307090125f11e30c44a3572e53ac7c10613e8550 Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Sat, 16 Nov 2024 20:59:04 -0500 Subject: [PATCH] nixos/postgresql: fix warning typo --- nixos/modules/services/databases/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index b4df05d2fe62..004e8130ad6e 100644 --- a/nixos/modules/services/databases/postgresql.nix +++ b/nixos/modules/services/databases/postgresql.nix @@ -492,7 +492,7 @@ in mkThrow = ver: throw "postgresql_${ver} was removed, please upgrade your postgresql version."; mkWarn = ver: warn '' The postgresql package is not pinned and selected automatically by - `systemd.stateVersion`. Right now this is `pkgs.postgresql_${ver}`, the + `system.stateVersion`. Right now this is `pkgs.postgresql_${ver}`, the oldest postgresql version available and thus the next that will be removed when EOL on the next stable cycle.