custom dokuwiki module #1

Open
sinavir wants to merge 5 commits from custom_dokuwiki into main
Showing only changes of commit c5d852f465 - Show all commits

View file

@ -9,7 +9,7 @@ let
callPackage f (subsetArgs // extraArgs);
self = rec {
acme-dns = callPackage ./servers/acme-dns.nix {};
dokuwikiAddons.template.bootstrap3 = callPackage ./servers/dokuwiki/templateBootstrap3.nix;
dokuwikiAddons.templates.bootstrap3 = callPackage ./servers/dokuwiki/templateBootstrap3.nix;
dokuwikiAddons.plugins.commonmark = callPackage ./servers/dokuwiki/pluginCommonmark.nix;
dokuwikiAddons.plugins.catlist = callPackage ./servers/dokuwiki/pluginCatlist.nix;
dokuwikiAddons.plugins.oauth = callPackage ./servers/dokuwiki/pluginOauth.nix;