nixos/postgresql: fix extraPlugins example with a working one

This commit is contained in:
Luca Bruno 2015-11-01 14:15:17 +01:00
parent 24f8cf9b10
commit ff02152def

View File

@ -119,7 +119,7 @@ in
extraPlugins = mkOption { extraPlugins = mkOption {
type = types.listOf types.path; type = types.listOf types.path;
default = []; default = [];
example = literalExample "pkgs.postgis"; example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
description = '' description = ''
When this list contains elements a new store path is created. When this list contains elements a new store path is created.
PostgreSQL and the elments are symlinked into it. Then pg_config, PostgreSQL and the elments are symlinked into it. Then pg_config,