From 9f5d340d1ef627e6d9350cf31b89e62868f30b02 Mon Sep 17 00:00:00 2001 From: klea Date: Thu, 11 Dec 2025 19:45:30 +0000 Subject: try to make scripts work in nix the wrapper is annoying me --- pkgs/shell/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pkgs/shell') 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 -- cgit v1.3.1-10-gc9f91