fix script
This commit is contained in:
2
lib.nix
2
lib.nix
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user