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 packageDefault
p: []
Example
declared in: nixos/modules/services/networking/supybot.nixView source on NixOS/nixpkgs →p: [ p.lxml p.requests ]