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-10-04 21:08:14 +00:00
|
|
|
}
|