summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-10-23 17:35:37 +0100
committerAlyssa Ross <hi@alyssa.is>2018-10-30 12:40:24 +0000
commit94360c11e96e816f9c9ac320691c1dc7b5caf4b1 (patch)
treefb20d3afc569233694ec3403c87237bc753e1898
parent9594b59f1320aa05200bfbec9a425d22408eb488 (diff)
downloadnixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.tar
nixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.tar.gz
nixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.tar.bz2
nixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.tar.lz
nixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.tar.xz
nixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.tar.zst
nixpkgs-94360c11e96e816f9c9ac320691c1dc7b5caf4b1.zip
docs: update sample postgresql package
postgresql90 no longer exists in nixpkgs.
-rw-r--r--nixos/doc/manual/configuration/config-file.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/config-file.xml b/nixos/doc/manual/configuration/config-file.xml
index 8a1a39c98c1..2c9d4215173 100644
--- a/nixos/doc/manual/configuration/config-file.xml
+++ b/nixos/doc/manual/configuration/config-file.xml
@@ -197,10 +197,10 @@ swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];
     pkgs.emacs
   ];
 
-<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql90;
+<xref linkend="opt-services.postgresql.package"/> = pkgs.postgresql10;
 </programlisting>
       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"/>.
      </para>
     </listitem>