overlay/default.nix

20 lines
713 B
Nix
Raw Normal View History

2023-10-04 21:08:14 +00:00
self: super: {
hacompanion = super.callPackage ./hacompanion { };
cpthook = super.callPackage ./cpthook { };
python3 = super.python3.override {
packageOverrides = python-self: python-super: {
2024-01-09 23:33:04 +00:00
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql { };
2023-10-04 21:08:14 +00:00
};
};
2023-12-13 22:57:13 +00:00
#gotosocial = super.callPackage ./gotosocial { };
2023-10-04 21:08:14 +00:00
pulse-secure = super.callPackage ./pulse-secure { };
2024-01-09 23:33:04 +00:00
studio-link = super.callPackage ./studio-link { };
2023-10-26 21:47:10 +00:00
nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
2024-01-09 23:33:04 +00:00
libedgetpu = self.callPackage ./libedgetpu { };
neolink = self.callPackage ./neolink { };
mealie = self.callPackage ./mealie { };
2023-12-01 13:58:00 +00:00
}