services.buildbot-master.pythonPackages

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

Type
function that evaluates to a(n) list of package
Default
pythonPackages: with pythonPackages; [ ]
Example
pythonPackages: with pythonPackages; [ requests ]
Declared
<nixpkgs/nixos/modules/services/continuous-integration/buildbot/master.nix>