buildbot-master module: fix overly restrictive option type for masterCfg
This commit is contained in:
parent
33e23934a7
commit
3f116702cc
@ -66,7 +66,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
masterCfg = mkOption {
|
masterCfg = mkOption {
|
||||||
type = types.str;
|
type = types.nullOr types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Optionally pass raw master.cfg file as string.
|
Optionally pass raw master.cfg file as string.
|
||||||
Other options in this configuration will be ignored.
|
Other options in this configuration will be ignored.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user