mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
nixos/influxdb2: Add Hyperlink highlight for url.
This commit is contained in:
parent
935f133a7b
commit
baeb944384
|
@ -17,7 +17,7 @@ in
|
|||
};
|
||||
settings = mkOption {
|
||||
default = { };
|
||||
description = "configuration options for influxdb2, see https://docs.influxdata.com/influxdb/v2.0/reference/config-options for details.";
|
||||
description = ''configuration options for influxdb2, see <link xlink:href="https://docs.influxdata.com/influxdb/v2.0/reference/config-options"/> for details.'';
|
||||
type = format.type;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue