From 3a7b48d67de536538d755f6d18af71cc65eafc49 Mon Sep 17 00:00:00 2001 From: klea Date: Thu, 11 Dec 2025 20:42:41 +0000 Subject: pywb: create wrapper --- pkgs/default.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index aee22c3..c115292 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -5,8 +5,17 @@ lib.makeScope newScope (self: { /*example = self.callPackage ./example { };*/ pywikibot-scripts = self.callPackage ./pywikibot-scripts { }; - pywikibot = self.callPackage ./pywikibot { pywikibot-scripts = self.pywikibot-scripts; }; + pywikibot = self.callPackage ./pywikibot { + pywikibot-scripts = self.pywikibot-scripts; + }; + pywb = self.callPackage ./pywb { + pywikibot = self.pywikibot; + pywikibot-scripts = self.pywikibot-scripts; + }; - shell = self.callPackage ./shell { pywikibot = self.pywikibot; }; + shell = self.callPackage ./shell { + pywb = self.pywb; + pywikibot = self.pywikibot; + }; }) -- cgit v1.3.1-10-gc9f91