summaryrefslogtreecommitdiff
path: root/pkgs/shell
diff options
context:
space:
mode:
authorGravatar klea2026-01-10 01:04:48 +0000
committerGravatar klea2026-01-10 01:04:48 +0000
commitc57ce3c8e69a301f67f105641d26b3cf9b4bb9e3 (patch)
tree1d4036ae7476dc84ce367c3567501be22c9a974c /pkgs/shell
parentpkgs: i don't need inherit (diff)
signature
pkgs: move pywikibot to it's own pywikibotPackages
Diffstat (limited to 'pkgs/shell')
-rw-r--r--pkgs/shell/default.nix9
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