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/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index fc1a96c..aee22c3 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -5,7 +5,8 @@ lib.makeScope newScope (self: { /*example = self.callPackage ./example { };*/ pywikibot-scripts = self.callPackage ./pywikibot-scripts { }; + pywikibot = self.callPackage ./pywikibot { pywikibot-scripts = self.pywikibot-scripts; }; - shell = self.callPackage ./shell { pywikibot-scripts = self.pywikibot-scripts; }; + shell = self.callPackage ./shell { pywikibot = self.pywikibot; }; }) -- cgit v1.3.1-10-gc9f91