Added frigate 0.13.1

This commit is contained in:
fleaz 2024-02-04 16:41:14 +01:00
parent 8d47f6b09c
commit 4e7c86505f
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
8 changed files with 807 additions and 0 deletions

View file

@ -6,9 +6,14 @@ self: super: {
packageOverrides = python-self: python-super: {
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql { };
onvif-zeep = python-self.callPackage ./onvif-zeep { };
motmetrics = python-self.callPackage ./motmetrics { };
norfair = python-self.callPackage ./norfair { };
pydantic = python-super.pydantic_1;
};
};
frigate = super.callPackage ./frigate { };
#gotosocial = super.callPackage ./gotosocial { };
pulse-secure = super.callPackage ./pulse-secure { };
studio-link = super.callPackage ./studio-link { };