···122122 extraPlugins = mkOption {
123123 type = types.listOf types.path;
124124 default = [];
125125- example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
125125+ example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }) ]";
126126 description = ''
127127 When this list contains elements a new store path is created.
128128 PostgreSQL and the elements are symlinked into it. Then pg_config,