We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b0b4e commit 059f991Copy full SHA for 059f991
modules/postgres.nix
@@ -41,7 +41,7 @@ in
41
};
42
43
extensionToInstall = lib.mkOption {
44
- type = lib.type.listOf lib.types.str;
+ type = lib.types.listOf lib.types.str;
45
defaultText = lib.literalExpression "config.services.postgresql.finalPackage.installedExtensions";
46
description = "List of extensions which are going to be installed.";
47
0 commit comments