cache update

This commit is contained in:
alsaiduq-lab 2025-03-20 22:20:06 -06:00
parent a2bb35055f
commit 49ea73dd6f
3 changed files with 41 additions and 2 deletions

View file

@ -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;