summaryrefslogtreecommitdiff
path: root/pkgs/shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shell/default.nix')
-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