mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/doc: fix some options
This commit is contained in:
parent
4cc7973ae6
commit
0ff3b35356
31 changed files with 67 additions and 60 deletions
|
@ -23,8 +23,7 @@ in
|
|||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.matrix-conduit;
|
||||
defaultText = "pkgs.matrix-conduit";
|
||||
example = "pkgs.matrix-conduit";
|
||||
defaultText = lib.literalExpression "pkgs.matrix-conduit";
|
||||
description = lib.mdDoc ''
|
||||
Package of the conduit matrix server to use.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue