summary refs log tree commit diff
path: root/nixos/modules/services/databases/postgresql.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-09-05 18:17:22 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-09-05 18:20:56 +0200
commit1bed4773f5a3a15af9886c52954c00f3d4ce27f3 (patch)
tree7ad0533809d7b101b03561cfcb02e24088ff5c48 /nixos/modules/services/databases/postgresql.nix
parent94a4183bda4b63dce7d0d42bf7139f58b1b9dda7 (diff)
downloadnixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.tar
nixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.tar.gz
nixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.tar.bz2
nixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.tar.lz
nixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.tar.xz
nixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.tar.zst
nixlib-1bed4773f5a3a15af9886c52954c00f3d4ce27f3.zip
postgresql92: remove last references
Diffstat (limited to 'nixos/modules/services/databases/postgresql.nix')
-rw-r--r--nixos/modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix
index 1bbab3296005..a23a0ebc7366 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -59,7 +59,7 @@ in
 
       package = mkOption {
         type = types.package;
-        example = literalExample "pkgs.postgresql92";
+        example = literalExample "pkgs.postgresql96";
         description = ''
           PostgreSQL package to use.
         '';