nixos/doc: clean up defaults and examples
This commit is contained in:
@@ -77,7 +77,7 @@ in
|
||||
|
||||
Changing this option triggers a new runner registration.
|
||||
'';
|
||||
example = literalExample ''[ "nixos" ]'';
|
||||
example = literalExpression ''[ "nixos" ]'';
|
||||
default = [ ];
|
||||
};
|
||||
|
||||
@@ -105,6 +105,7 @@ in
|
||||
Which github-runner derivation to use.
|
||||
'';
|
||||
default = pkgs.github-runner;
|
||||
defaultText = literalExpression "pkgs.github-runner";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user