diff options
| author | 2025-12-11 19:45:30 +0000 | |
|---|---|---|
| committer | 2025-12-11 19:51:28 +0000 | |
| commit | 9f5d340d1ef627e6d9350cf31b89e62868f30b02 (patch) | |
| tree | 86c7a7d2c75ffade2a428524188187caf8547d77 /pkgs/default.nix | |
| parent | try to deflakify it (broken commit) (diff) | |
| signature | ||
try to make scripts work in nix
the wrapper is annoying me
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; }) |
