diff options
Diffstat (limited to 'pkgs/shell')
| -rw-r--r-- | pkgs/shell/default.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/shell/default.nix b/pkgs/shell/default.nix index 9dfba08..85fa3a7 100644 --- a/pkgs/shell/default.nix +++ b/pkgs/shell/default.nix @@ -7,7 +7,7 @@ , fossil , git , internetarchive -, pywikibot-scripts +, pywikibot }: mkShellNoCC { @@ -15,11 +15,9 @@ mkShellNoCC { (python3.withPackages (p: [ p.requests p.lxml - p.pywikibot - pywikibot-scripts + pywikibot ])) - python3Packages.pywikibot - pywikibot-scripts + pywikibot websocat # connect to websocket jq libfaketime # used by my fossil script |
