fix script

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

View File

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