services.buildbot-master.pythonPackages
NixOS option
Packages to add the to the PYTHONPATH of the buildbot process.
type: function that evaluates to a(n) list of packageDefault
pythonPackages: with pythonPackages; [ ]
Example
declared in: nixos/modules/services/continuous-integration/buildbot/master.nixView source on NixOS/nixpkgs →pythonPackages: with pythonPackages; [ requests ]