services.supybot.extraPackages

NixOS option

Extra Python packages available to supybot plugins. The value must be a function which receives the attrset defined in python3Packages as the sole argument.

type: function that evaluates to a(n) list of package
Default
p: []
Example
p: [ p.lxml p.requests ]
declared in: nixos/modules/services/networking/supybot.nixView source on NixOS/nixpkgs →