nixos/buildbot: add pythonPackages type
This commit is contained in:
parent
e63d0738a7
commit
72691e14ec
@ -223,6 +223,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pythonPackages = mkOption {
|
pythonPackages = mkOption {
|
||||||
|
type = types.listOf types.package;
|
||||||
default = pythonPackages: with pythonPackages; [ ];
|
default = pythonPackages: with pythonPackages; [ ];
|
||||||
defaultText = "pythonPackages: with pythonPackages; [ ]";
|
defaultText = "pythonPackages: with pythonPackages; [ ]";
|
||||||
description = "Packages to add the to the PYTHONPATH of the buildbot process.";
|
description = "Packages to add the to the PYTHONPATH of the buildbot process.";
|
||||||
|
Loading…
Reference in New Issue
Block a user