From 48be34d02dd1f54bf757aeea823598ea87910c81 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:16:18 -0500 Subject: [PATCH] nixos/display: fix documentation link formatting --- nixos/modules/services/hardware/display.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/hardware/display.nix b/nixos/modules/services/hardware/display.nix index 9aeb9d8fab09..29e205c81de9 100644 --- a/nixos/modules/services/hardware/display.nix +++ b/nixos/modules/services/hardware/display.nix @@ -63,7 +63,7 @@ in type = with lib.types; attrsOf (listOf str); default = { }; description = '' - Exposes EDID files from users-sourced database at https://github.com/linuxhw/EDID + Exposes EDID files from users-sourced database at Attribute names will be mapped to EDID filenames `.bin`. @@ -100,7 +100,7 @@ in Attribute set of XFree86 Modelines automatically converted and exposed as `edid/.bin` files in initrd. See for more information: - - https://en.wikipedia.org/wiki/XFree86_Modeline + - ''; example = lib.literalExpression '' {