From 1cf814b4c19a9c30d19061417bc9cb85d7518c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 25 Aug 2023 12:52:56 +0200 Subject: [PATCH] tea-create-pr: drop one derivation --- pkgs/tea-create-pr/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }