mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 14:39:23 +03:00
postgresql_9_4: Remove package
It's only supported until February 13, 2020 which is during the 19.09 life cycle.
This commit is contained in:
parent
3b5b9a73f5
commit
8e2fc57a80
5 changed files with 6 additions and 13 deletions
|
@ -228,7 +228,7 @@ in
|
|||
# systems!
|
||||
mkDefault (if versionAtLeast config.system.stateVersion "17.09" then pkgs.postgresql_9_6
|
||||
else if versionAtLeast config.system.stateVersion "16.03" then pkgs.postgresql_9_5
|
||||
else pkgs.postgresql_9_4);
|
||||
else throw "postgresql_9_4 was removed, please upgrade your postgresql version.");
|
||||
|
||||
services.postgresql.dataDir =
|
||||
mkDefault (if versionAtLeast config.system.stateVersion "17.09" then "/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue