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 37df621 commit fed4eb7Copy full SHA for fed4eb7
nix/ext/pgaudit.nix
@@ -188,7 +188,7 @@ buildEnv {
188
version =
189
"multi-" + lib.concatStringsSep "-" (map (v: lib.replaceStrings [ "." ] [ "-" ] v) versions);
190
defaultSettings = {
191
- shared_preload_libraries = [ (lib.removeSuffix "-all" "${pname}-all") ];
+ shared_preload_libraries = [ "pgaudit" ];
192
};
193
194
}
0 commit comments