mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
nixos/kresd.package: improve the generated docs
This commit is contained in:
parent
8ee00e6ca2
commit
a4749b11d4
@ -57,11 +57,13 @@ in {
|
||||
'';
|
||||
};
|
||||
package = mkOption {
|
||||
default = pkgs.knot-resolver;
|
||||
type = types.package;
|
||||
description = "
|
||||
knot-resolver package to use.
|
||||
";
|
||||
default = pkgs.knot-resolver;
|
||||
defaultText = "pkgs.knot-resolver";
|
||||
example = literalExample "pkgs.knot-resolver.override { extraFeatures = true; }";
|
||||
};
|
||||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
|
Loading…
Reference in New Issue
Block a user