fix waydroid

This commit is contained in:
陈浩南 2024-02-09 10:56:24 +08:00
parent ac85049d0f
commit 139722dfdf
2 changed files with 7 additions and 5 deletions

View File

@ -51,6 +51,11 @@ inputs:
# development # development
gdb try inputs.topInputs.plasma-manager.packages.x86_64-linux.rc2nix hexo-cli gdb try inputs.topInputs.plasma-manager.packages.x86_64-linux.rc2nix hexo-cli
] ++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ]); ] ++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ]);
_pythonPackages = [(pythonPackages: with pythonPackages;
[
openai python-telegram-bot fastapi pypdf2 pandas matplotlib plotly gunicorn redis jinja2
certifi charset-normalizer idna orjson psycopg2 inquirerpy requests tqdm
])];
}; };
users.sharedModules = [(home-inputs: users.sharedModules = [(home-inputs:
{ {

View File

@ -41,10 +41,7 @@ inputs:
]; ];
_pythonPackages = [(pythonPackages: with pythonPackages; _pythonPackages = [(pythonPackages: with pythonPackages;
[ [
phonopy tensorflow keras openai scipy scikit-learn jupyterlab autograd phonopy tensorflow keras scipy scikit-learn jupyterlab autograd # localPackages.pix2tex
# localPackages.pix2tex
inquirerpy requests python-telegram-bot tqdm fastapi pypdf2 pandas matplotlib plotly gunicorn redis jinja2
certifi charset-normalizer idna orjson psycopg2
])]; ])];
_prebuildPackages = _prebuildPackages =
[ [