fix and cleanup

This commit is contained in:
alsaiduq-lab 2025-03-16 04:58:11 -06:00
parent b4cf61bc23
commit f52aee3469
18 changed files with 45 additions and 133 deletions

View file

@ -2,10 +2,8 @@
{
fish-rust = pkgs.callPackage ./fish-rust {};
pythonPackages = {
rembg = pkgs.callPackage ./python-packages/rembg.nix {
inherit (pkgs) lib stdenv fetchFromGitHub fetchPypi python310;
inherit (pkgs.python310.pkgs) numpy pillow opencv4 requests onnxruntime;
};
python-rembg = pkgs.callPackage ./python-rembg {
inherit (pkgs) lib fetchPypi;
python310Packages = pkgs.python310.pkgs;
};
}