updated caching and settings

This commit is contained in:
alsaiduq-lab 2025-03-20 22:56:58 -06:00
parent 3e8e5ba6df
commit 3c187d3bfc
3 changed files with 10 additions and 14 deletions

View file

@ -2,8 +2,8 @@
pkgs ? import <nixpkgs> {},
lib ? pkgs.lib,
}: let
python-opencv-headless = pkgs.callPackage ./python-opencv-headless {
inherit (pkgs) lib fetchPypi;
python-opencv-headless = pkgs.callPackage ./python-opencv-headless {
inherit (pkgs) lib fetchurl;
python310Packages = pkgs.python310.pkgs;
};