mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-17 23:50:17 +03:00
nixos/postgresql: fix warning typo
(cherry picked from commit 307090125f
)
This commit is contained in:
parent
19c8994e0c
commit
25cd23219c
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue