···122 extraPlugins = mkOption {
123 type = types.listOf types.path;
124 default = [];
125- example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
126 description = ''
127 When this list contains elements a new store path is created.
128 PostgreSQL and the elements are symlinked into it. Then pg_config,
···122 extraPlugins = mkOption {
123 type = types.listOf types.path;
124 default = [];
125+ example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }) ]";
126 description = ''
127 When this list contains elements a new store path is created.
128 PostgreSQL and the elements are symlinked into it. Then pg_config,