9 lines
233 B
Nix
9 lines
233 B
Nix
{
|
|
python3Packages,
|
|
withPlaywright ? false,
|
|
}:
|
|
|
|
if withPlaywright then
|
|
python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withPlaywright
|
|
else
|
|
python3Packages.toPythonApplication python3Packages.aider-chat
|