diff options
| author | 2026-01-10 01:04:48 +0000 | |
|---|---|---|
| committer | 2026-01-10 01:04:48 +0000 | |
| commit | c57ce3c8e69a301f67f105641d26b3cf9b4bb9e3 (patch) | |
| tree | 1d4036ae7476dc84ce367c3567501be22c9a974c /pkgs/shell/default.nix | |
| parent | pkgs: i don't need inherit (diff) | |
| signature | ||
pkgs: move pywikibot to it's own pywikibotPackages
Diffstat (limited to 'pkgs/shell/default.nix')
| -rw-r--r-- | pkgs/shell/default.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/shell/default.nix b/pkgs/shell/default.nix index 1527952..7d19eb1 100644 --- a/pkgs/shell/default.nix +++ b/pkgs/shell/default.nix @@ -8,8 +8,7 @@ mkShellNoCC, python3, python3Packages, - pywb, - pywikibot, + pywikibotPackages, warcPackages, websocat, wikiteam, @@ -22,10 +21,10 @@ mkShellNoCC { (python3.withPackages (p: [ p.requests p.lxml - pywikibot + pywikibotPackages.pywikibot ])) - pywikibot - pywb + pywikibotPackages.pywikibot + pywikibotPackages.pywb websocat # connect to websocket jq libfaketime # used by my fossil script |
