mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +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
|
@ -9,7 +9,7 @@ in
|
|||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = pkgs.argononed;
|
||||
defaultText = "pkgs.argononed";
|
||||
defaultText = lib.literalExpression "pkgs.argononed";
|
||||
description = lib.mdDoc ''
|
||||
The package implementing the Argon One driver
|
||||
'';
|
||||
|
|
|
@ -14,7 +14,7 @@ with lib;
|
|||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.joycond;
|
||||
defaultText = "pkgs.joycond";
|
||||
defaultText = lib.literalExpression "pkgs.joycond";
|
||||
description = lib.mdDoc ''
|
||||
The joycond package to use.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue