overlay/default.nix

18 lines
573 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: {
pytapo = python-super.callPackage ./pytapo { };
};
};
gotosocial = super.callPackage ./gotosocial { };
pulse-secure = super.callPackage ./pulse-secure { };
2023-10-04 21:15:07 +00:00
studio-link = super.callPackage ./studio-link.nix { };
2023-10-26 21:47:10 +00:00
nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
2023-11-18 22:46:27 +00:00
libedgetpu = self.callPackage ./libedgetpu {};
}