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