diff options
| author | 2025-12-28 12:17:43 +0000 | |
|---|---|---|
| committer | 2025-12-28 12:17:43 +0000 | |
| commit | 9e60e98aca7cc9663b299c71f50eee7432b696aa (patch) | |
| tree | b0219f875d974b4e088d0aa6d66868a4f2eb504d /pkgs/default.nix | |
| parent | ia-metadata-for-dir2ia: add more removed keys (diff) | |
| signature | ||
pkgs/dokuwiki-dumper: init
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 277fc6d..fc69a1f 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -13,6 +13,7 @@ lib.makeScope newScope (self: { pywikibot-scripts = self.pywikibot-scripts; }; wikiteam3 = self.callPackage ./wikiteam3 { }; + dokuwiki-dumper = self.callPackage ./dokuwiki-dumper { }; little-things = self.callPackage ./little-things { }; @@ -21,6 +22,7 @@ lib.makeScope newScope (self: { pywb = self.pywb; pywikibot = self.pywikibot; wikiteam3 = self.wikiteam3; + dokuwiki-dumper = self.dokuwiki-dumper; }; }) |
