1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/influxdb2: Add Hyperlink highlight for url.

This commit is contained in:
Vanilla 2021-11-15 16:12:15 +08:00
parent 935f133a7b
commit baeb944384
No known key found for this signature in database
GPG key ID: 3750028ED04FA42E

View file

@ -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;
};
};