nixos/postgresql: fix extraPlugins example with a working one
This commit is contained in:
parent
24f8cf9b10
commit
ff02152def
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user