cache update
This commit is contained in:
parent
a2bb35055f
commit
49ea73dd6f
3 changed files with 41 additions and 2 deletions
|
|
@ -6,6 +6,10 @@
|
|||
inherit (pkgs) lib fetchPypi;
|
||||
python310Packages = pkgs.python310.pkgs;
|
||||
};
|
||||
python-opencv-headless = pkgs.callPackage ./python-opencv-headless {
|
||||
inherit (pkgs) lib fetchPypi;
|
||||
python310Packages = pkgs.python310.pkgs;
|
||||
};
|
||||
in {
|
||||
fish-rust = pkgs.callPackage ./fish-rust {};
|
||||
python-pymatting = python-pymatting;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue