summaryrefslogtreecommitdiff
path: root/pkgs/shell
diff options
context:
space:
mode:
authorGravatar klea2025-12-11 19:45:30 +0000
committerGravatar klea2025-12-11 19:51:28 +0000
commit9f5d340d1ef627e6d9350cf31b89e62868f30b02 (patch)
tree86c7a7d2c75ffade2a428524188187caf8547d77 /pkgs/shell
parenttry to deflakify it (broken commit) (diff)
signature
try to make scripts work in nix
the wrapper is annoying me
Diffstat (limited to 'pkgs/shell')
-rw-r--r--pkgs/shell/default.nix8
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