nixos/*: mark pre-existing markdown descriptions as mdDoc
This commit is contained in:
@@ -41,7 +41,7 @@ in
|
||||
|
||||
default = null;
|
||||
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Attribute of `nixFile` that builds the current system.
|
||||
'';
|
||||
};
|
||||
@@ -51,7 +51,7 @@ in
|
||||
|
||||
default = { };
|
||||
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Arguments to `nix-build` passed as `--argstr` or `--arg` depending on
|
||||
the type.
|
||||
'';
|
||||
@@ -62,7 +62,7 @@ in
|
||||
|
||||
default = "switch";
|
||||
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
The `switch-to-configuration` subcommand used.
|
||||
'';
|
||||
};
|
||||
@@ -70,7 +70,7 @@ in
|
||||
repository = lib.mkOption {
|
||||
type = with lib.types; oneOf [ path str ];
|
||||
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
The repository to fetch from. Must be properly formatted for git.
|
||||
|
||||
If this value is set to a path (must begin with `/`) then it's
|
||||
@@ -99,7 +99,7 @@ in
|
||||
|
||||
default = "master";
|
||||
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Branch to track
|
||||
|
||||
Technically speaking any ref can be specified here, as this is
|
||||
@@ -113,7 +113,7 @@ in
|
||||
|
||||
default = "hourly";
|
||||
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
The schedule on which to run the `self-deploy` service. Format
|
||||
specified by `systemd.time 7`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user