Skip to content

Commit 7d578f0

Browse files
committed
fix: extensions scripts location
We moved the scripts into systemModules/postgres
1 parent ddd9802 commit 7d578f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/packages/lib.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
};
5959
postgresqlExtensionCustomScriptsPath = builtins.path {
6060
name = "extension-custom-scripts";
61-
path = ../../ansible/files/postgresql_extension_custom_scripts;
61+
path = ../systemModules/postgres/extension-custom-scripts;
6262
};
6363
getkeyScript = builtins.path {
6464
name = "pgsodium_getkey.sh";

0 commit comments

Comments
 (0)