Skip to content

Commit 7be81ef

Browse files
committed
fix: try without list
1 parent fed4eb7 commit 7be81ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pgaudit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ buildEnv {
188188
version =
189189
"multi-" + lib.concatStringsSep "-" (map (v: lib.replaceStrings [ "." ] [ "-" ] v) versions);
190190
defaultSettings = {
191-
shared_preload_libraries = [ "pgaudit" ];
191+
shared_preload_libraries = "pgaudit";
192192
};
193193
};
194194
}

0 commit comments

Comments
 (0)