0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/*: mark pre-existing markdown descriptions as mdDoc

This commit is contained in:
pennae 2022-08-14 09:03:30 +02:00 committed by pennae
parent b51f8036c2
commit 7e7d68a250
70 changed files with 96 additions and 96 deletions

View file

@ -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`.