mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Merge pull request #167047 from helsinki-systems/drop/postgresql10
postgresql: remove 10.x
This commit is contained in:
commit
405db07799
8 changed files with 10 additions and 22 deletions
|
@ -720,7 +720,7 @@ in
|
|||
{ config =
|
||||
{ config, pkgs, ... }:
|
||||
{ services.postgresql.enable = true;
|
||||
services.postgresql.package = pkgs.postgresql_10;
|
||||
services.postgresql.package = pkgs.postgresql_14;
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue