MyNixOS website logo
option

services.maubot.pythonPackages

List of additional Python packages to make available for maubot.

Declarations
Type
list of package
Default
[ ]
Example
with pkgs.python3Packages; [
  aiohttp
];