fix and cleanup
This commit is contained in:
parent
b4cf61bc23
commit
f52aee3469
18 changed files with 45 additions and 133 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue