From 90db6f67ec673dde742f644fc373f276a684f8a0 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 13:30:30 +0400 Subject: [PATCH] fix script --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index d2e831b..226afea 100644 --- a/lib.nix +++ b/lib.nix @@ -109,7 +109,7 @@ in ); }; setupScript = pkgs.writeShellApplication { - nativeBuildInputs = [ pkgs.makeWrapper ]; + runtimeInputs = [ pkgs.makeWrapper ]; name = "setup-postgres"; text = '' set -euo pipefail