about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-20 22:17:16 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-20 22:17:16 +0100
commitb2f53c76f83cbe91bb9c765b7a3aaaa50336d653 (patch)
tree1fcdae604d359f3a2bb22446166ce73857a05893 /nixos/modules
parent3d0b2f1e6372cca1728de2f51ee96b27ec841919 (diff)
downloadnixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.tar
nixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.tar.gz
nixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.tar.bz2
nixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.tar.lz
nixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.tar.xz
nixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.tar.zst
nixlib-b2f53c76f83cbe91bb9c765b7a3aaaa50336d653.zip
postgis: get rid of composableDerivation
In this change composableDerivation is removed in favor of
stdenv.mkDerivation.
Diffstat (limited to 'nixos/modules')
-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 9b5e3735239f..0dcbfe2e47ac 100644
--- a/nixos/modules/services/databases/postgresql.nix
+++ b/nixos/modules/services/databases/postgresql.nix
@@ -122,7 +122,7 @@ in
       extraPlugins = mkOption {
         type = types.listOf types.path;
         default = [];
-        example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }).v_2_1_4 ]";
+        example = literalExample "[ (pkgs.postgis.override { postgresql = pkgs.postgresql94; }) ]";
         description = ''
           When this list contains elements a new store path is created.
           PostgreSQL and the elements are symlinked into it. Then pg_config,