Skip to content
Prev Previous commit
Next Next commit
fix: extensions scripts location
We moved the scripts into systemModules/postgres
  • Loading branch information
jfroche committed Sep 22, 2025
commit 7d578f0cc3ea2d403d293c95746d57081cf0dca6
2 changes: 1 addition & 1 deletion nix/packages/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
};
postgresqlExtensionCustomScriptsPath = builtins.path {
name = "extension-custom-scripts";
path = ../../ansible/files/postgresql_extension_custom_scripts;
path = ../systemModules/postgres/extension-custom-scripts;
};
getkeyScript = builtins.path {
name = "pgsodium_getkey.sh";
Expand Down
Loading