overlay/default.nix
2024-02-04 16:41:14 +01:00

25 lines
977 B
Nix

self: super: {
hacompanion = super.callPackage ./hacompanion { };
cpthook = super.callPackage ./cpthook { };
python3 = super.python3.override {
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 { };
nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
libedgetpu = self.callPackage ./libedgetpu { };
neolink = self.callPackage ./neolink { };
mealie = self.callPackage ./mealie { };
}