Skip to content

Commit

Permalink
buildbot-master module: fix overly restrictive option type for masterCfg
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f11670)

Fixes #24951
  • Loading branch information
copumpkin authored and joachifm committed Apr 16, 2017
1 parent a3e77e0 commit 07bbc3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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.
Expand Down

0 comments on commit 07bbc3e

Please sign in to comment.