summaryrefslogtreecommitdiff
path: root/pkgs/wikiteam/default.nix
blob: 5e89b00715ac53a2cbe9d11ec39524e5599955f5 (about) (plain) (blame)
1
2
3
4
5
6
7
8
{ lib, newScope }:

lib.makeScope newScope (self: {

  wikiteam3 = self.callPackage ./wikiteam3 { };
  dokuwiki-dumper = self.callPackage ./dokuwiki-dumper { };

})