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