Skip to content

Commit 059f991

Browse files
Fix type
1 parent e7b0b4e commit 059f991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/postgres.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ in
4141
};
4242

4343
extensionToInstall = lib.mkOption {
44-
type = lib.type.listOf lib.types.str;
44+
type = lib.types.listOf lib.types.str;
4545
defaultText = lib.literalExpression "config.services.postgresql.finalPackage.installedExtensions";
4646
description = "List of extensions which are going to be installed.";
4747
};

0 commit comments

Comments
 (0)