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
  • Loading branch information
copumpkin committed Mar 3, 2017
1 parent 33e2393 commit 3f11670
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 3f11670

Please sign in to comment.