self: super: { cgit = self.callPackage ./cgit { inherit (super) cgit; }; dino = self.callPackage ./dino { inherit (super) dino; }; emacs-overlay = self.extend (import ./emacs/overlay); inherit (self.emacs-overlay) emacsPgtk; firefoxPackages = self.callPackage ./firefox/packages.nix { inherit (super) firefoxPackages; llvmPackages = self.llvmPackages_latest; }; gh = self.callPackage ./gh { inherit (super) gh; }; gnupg = self.callPackage ./gnupg { inherit (super) gnupg; }; kernelPatches = self.callPackage ./linux/patches.nix { inherit (super) kernelPatches; }; public-inbox = self.callPackage ./public-inbox { inherit (super) public-inbox; }; python3 = self.callPackage ./python { python = super.python3; }; thunderbird = self.callPackage ./thunderbird { inherit (super) thunderbird; llvmPackages = self.llvmPackages_8; }; thunderbird-68 = self.callPackage ./thunderbird { thunderbird = super.thunderbird-68; llvmPackages = self.llvmPackages_latest; }; tmux = self.callPackage ./tmux { inherit (super) tmux; }; youtube-dl = self.callPackage ./youtube-dl { inherit (super) youtube-dl; }; }