diff --git a/lib.nix b/lib.nix index 14266cf..d2e831b 100644 --- a/lib.nix +++ b/lib.nix @@ -109,6 +109,7 @@ in ); }; setupScript = pkgs.writeShellApplication { + nativeBuildInputs = [ pkgs.makeWrapper ]; name = "setup-postgres"; text = '' set -euo pipefail