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 {
|
||||
type = types.str;
|
||||
type = types.nullOr types.str;
|
||||
description = ''
|
||||
Optionally pass raw master.cfg file as string.
|
||||
Other options in this configuration will be ignored.
|
||||
|
Loading…
Reference in New Issue
Block a user