tea-create-pr: drop one derivation
This commit is contained in:
@@ -14,7 +14,5 @@ writeShellApplication {
|
||||
tea
|
||||
openssh
|
||||
];
|
||||
text = ''
|
||||
bash ${./script.sh} "$@"
|
||||
'';
|
||||
text = builtins.readFile ./script.sh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user