mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/*: literalDocBook -> literalMD
no change to rendered output
This commit is contained in:
parent
169072fb60
commit
51a11254a7
31 changed files with 48 additions and 47 deletions
|
@ -71,7 +71,7 @@ in {
|
|||
baseq3 = mkOption {
|
||||
type = types.either types.package types.path;
|
||||
default = defaultBaseq3;
|
||||
defaultText = literalDocBook "Manually downloaded Quake 3 installation directory.";
|
||||
defaultText = literalMD "Manually downloaded Quake 3 installation directory.";
|
||||
example = "/var/lib/q3ds";
|
||||
description = lib.mdDoc ''
|
||||
Path to the baseq3 files (pak*.pk3). If this is on the nix store (type = package) all .pk3 files should be saved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue