diff options
| author | 2025-12-30 23:18:54 +0000 | |
|---|---|---|
| committer | 2025-12-30 23:18:54 +0000 | |
| commit | 78cdb6bd30bc580b80845a11e9275928eab3365f (patch) | |
| tree | cd6b6ce6d192c2dec2acd1dd35e04eddba4367d7 /pkgs | |
| parent | pkgs/pywb: allow doing pywb --ls (diff) | |
| signature | ||
pkgs: inherit default
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
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); }; }) |
