postgresql: default to 9.6 like in the nixos module
This commit is contained in:
parent
6b05651c20
commit
259df64ef5
1 changed files with 1 additions and 1 deletions
|
@ -11684,7 +11684,7 @@ with pkgs;
|
|||
libmemcached = null; # Detection is broken upstream
|
||||
};
|
||||
|
||||
postgresql = postgresql95;
|
||||
postgresql = postgresql96;
|
||||
|
||||
inherit (callPackages ../servers/sql/postgresql { })
|
||||
postgresql93
|
||||
|
|
Loading…
Reference in a new issue