aider-chat: add withPlaywright override
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
{ python3Packages }:
|
||||
{
|
||||
python3Packages,
|
||||
withPlaywright ? false,
|
||||
}:
|
||||
|
||||
python3Packages.toPythonApplication python3Packages.aider-chat
|
||||
if withPlaywright then
|
||||
python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withPlaywright
|
||||
else
|
||||
python3Packages.toPythonApplication python3Packages.aider-chat
|
||||
|
||||
Reference in New Issue
Block a user