diff options
| author | 2026-01-10 01:04:48 +0000 | |
|---|---|---|
| committer | 2026-01-10 01:04:48 +0000 | |
| commit | c57ce3c8e69a301f67f105641d26b3cf9b4bb9e3 (patch) | |
| tree | 1d4036ae7476dc84ce367c3567501be22c9a974c /pkgs/default.nix | |
| parent | pkgs: i don't need inherit (diff) | |
| signature | ||
pkgs: move pywikibot to it's own pywikibotPackages
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 4ab64e2..12db68a 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -4,9 +4,7 @@ lib.makeScope newScope (self: { /*example = self.call Package ./example { };*/ - pywikibot-scripts = self.callPackage ./pywikibot-scripts { }; - pywikibot = self.callPackage ./pywikibot { }; - pywb = self.callPackage ./pywb { }; + pywikibotPackages = self.callPackage ./pywikibotPackages { }; wikiteam = self.callPackage ./wikiteam { }; warcPackages = self.callPackage ./warcPackages { }; |
