nixos/buildkite-agent: enhance documentation for meta-data option
I assumed they were space-separated, which was wrong. In future it might be better to allow specifying an attrset of strings for the option.
This commit is contained in:
parent
66586c86b9
commit
cf6463aa8c
@ -76,8 +76,10 @@ in
|
|||||||
meta-data = mkOption {
|
meta-data = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
|
example = "queue=default,docker=true,ruby2=true";
|
||||||
description = ''
|
description = ''
|
||||||
Meta data for the agent.
|
Meta data for the agent. This is a comma-separated list of
|
||||||
|
<code>key=value</code> pairs.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user