MyNixOS website logo
option

services.buildbot-master.pythonPackages

Packages to add the to the PYTHONPATH of the buildbot process.

Declarations
Type
function that evaluates to a(n) list of package
Default
pythonPackages: with pythonPackages; [ ]
Example
pythonPackages: with pythonPackages; [ requests ]