diff --git a/pkgs/tea-create-pr/default.nix b/pkgs/tea-create-pr/default.nix index 10fdddc8..15ac802a 100644 --- a/pkgs/tea-create-pr/default.nix +++ b/pkgs/tea-create-pr/default.nix @@ -14,7 +14,5 @@ writeShellApplication { tea openssh ]; - text = '' - bash ${./script.sh} "$@" - ''; + text = builtins.readFile ./script.sh; }