From 78cdb6bd30bc580b80845a11e9275928eab3365f Mon Sep 17 00:00:00 2001 From: klea Date: Tue, 30 Dec 2025 23:18:54 +0000 Subject: pkgs: inherit default --- pkgs/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/default.nix b/pkgs/default.nix index 24d89e2..3231cc0 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,17 +6,18 @@ lib.makeScope newScope (self: { pywikibot-scripts = self.callPackage ./pywikibot-scripts { }; pywikibot = self.callPackage ./pywikibot { - inherit (self) pywikibot-scripts; + inherit (self); }; pywb = self.callPackage ./pywb { - inherit (self) pywikibot pywikibot-scripts; + inherit (self); }; + wikibot = self.callPackage ./wikibot { }; wikiteam = self.callPackage ./wikiteam { }; little-things = self.callPackage ./little-things { }; shell = self.callPackage ./shell { - inherit (self) little-things pywb pywikibot wikiteam; + inherit (self); }; }) -- cgit v1.3.1-10-gc9f91