tea-create-pr: drop one derivation

This commit is contained in:
Jörg Thalheim 2023-08-25 12:52:56 +02:00
parent 4b737437a1
commit 1cf814b4c1

View File

@ -14,7 +14,5 @@ writeShellApplication {
tea
openssh
];
text = ''
bash ${./script.sh} "$@"
'';
text = builtins.readFile ./script.sh;
}