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 ddd9802 commit 7d578f0Copy full SHA for 7d578f0
nix/packages/lib.nix
@@ -58,7 +58,7 @@
58
};
59
postgresqlExtensionCustomScriptsPath = builtins.path {
60
name = "extension-custom-scripts";
61
- path = ../../ansible/files/postgresql_extension_custom_scripts;
+ path = ../systemModules/postgres/extension-custom-scripts;
62
63
getkeyScript = builtins.path {
64
name = "pgsodium_getkey.sh";
0 commit comments