mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/*: convert internal option descriptions to MD
we'll have to do it eventually, may as well be now.
This commit is contained in:
parent
ef176dcf7e
commit
9547123258
60 changed files with 116 additions and 116 deletions
|
|
@ -72,7 +72,7 @@ in
|
|||
type = types.package;
|
||||
default = crioPackage;
|
||||
internal = true;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
The final CRI-O package (including extra packages).
|
||||
'';
|
||||
};
|
||||
|
|
@ -80,7 +80,7 @@ in
|
|||
networkDir = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
description = "Override the network_dir option.";
|
||||
description = lib.mdDoc "Override the network_dir option.";
|
||||
internal = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue