forked from mirrors/nixpkgs
docs: update sample postgresql package
postgresql90 no longer exists in nixpkgs.
This commit is contained in:
parent
9594b59f13
commit
94360c11e9
|
@ -197,10 +197,10 @@ swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];
|
||||||
pkgs.emacs
|
pkgs.emacs
|
||||||
];
|
];
|
||||||
|
|
||||||
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql90;
|
<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql10;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
The latter option definition changes the default PostgreSQL package used
|
The latter option definition changes the default PostgreSQL package used
|
||||||
by NixOS’s PostgreSQL service to 9.0. For more information on packages,
|
by NixOS’s PostgreSQL service to 10.x. For more information on packages,
|
||||||
including how to add new ones, see <xref linkend="sec-custom-packages"/>.
|
including how to add new ones, see <xref linkend="sec-custom-packages"/>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
Loading…
Reference in a new issue