services.maubot.pythonPackages
List of additional Python packages to make available for maubot.
- Type
list of package- Default
[ ]- Example
with pkgs.python3Packages; [ aiohttp ];- Declared
- <nixpkgs/nixos/modules/services/matrix/maubot.nix>
List of additional Python packages to make available for maubot.
list of package[ ]with pkgs.python3Packages; [
aiohttp
];