fix script

This commit is contained in:
2025-03-17 13:29:30 +04:00
parent c9623ed8ab
commit 9c1e750d77

View File

@@ -109,6 +109,7 @@ in
); );
}; };
setupScript = pkgs.writeShellApplication { setupScript = pkgs.writeShellApplication {
nativeBuildInputs = [ pkgs.makeWrapper ];
name = "setup-postgres"; name = "setup-postgres";
text = '' text = ''
set -euo pipefail set -euo pipefail