forked from mirrors/nixpkgs
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 {
|
||||
type = types.str;
|
||||
default = "";
|
||||
example = "queue=default,docker=true,ruby2=true";
|
||||
description = ''
|
||||
Meta data for the agent.
|
||||
Meta data for the agent. This is a comma-separated list of
|
||||
<code>key=value</code> pairs.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue