From c57ce3c8e69a301f67f105641d26b3cf9b4bb9e3 Mon Sep 17 00:00:00 2001 From: klea Date: Sat, 10 Jan 2026 01:04:48 +0000 Subject: pkgs: move pywikibot to it's own pywikibotPackages --- pkgs/shell/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pkgs/shell') 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 -- cgit v1.3.1-10-gc9f91