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.
2 parents a148653 + 8bf1e13 commit bcfa2a0Copy full SHA for bcfa2a0
nixos/modules/services/databases/postgresql.nix
@@ -439,7 +439,7 @@ in
439
]);
440
options = {
441
shared_preload_libraries = mkOption {
442
- type = nullOr (coercedTo (listOf str) (concatStringsSep ", ") str);
+ type = nullOr (coercedTo (listOf str) (concatStringsSep ",") commas);
443
default = null;
444
example = literalExpression ''[ "auto_explain" "anon" ]'';
445
description = ''
0 commit comments