mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-01 03:55:26 +08:00
fully document the key
This commit is contained in:
parent
c02015179e
commit
b145a2882a
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@ in
|
|||
description = ''
|
||||
Attrset of runners.
|
||||
|
||||
The key is either org name or the repo path.
|
||||
The key will be used to identify the runner name. It could be either org
|
||||
name or the repo path, unless you want to run multiple runners per
|
||||
org/repo, in which case choose a suitably unique key while setting org
|
||||
name or repo path in `githubPath` option.
|
||||
'';
|
||||
type = types.lazyAttrsOf (types.submodule ({ config, name, ... }: {
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue