updated caching and settings
This commit is contained in:
parent
3e8e5ba6df
commit
3c187d3bfc
3 changed files with 10 additions and 14 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue