From b2f53c76f83cbe91bb9c765b7a3aaaa50336d653 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 20 Feb 2018 22:17:16 +0100 Subject: postgis: get rid of composableDerivation In this change composableDerivation is removed in favor of stdenv.mkDerivation. --- nixos/modules/services/databases/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/databases/postgresql.nix b/nixos/modules/services/databases/postgresql.nix index 9b5e3735239..0dcbfe2e47a 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, -- cgit 1.4.1