Replace short URL from #63103 with full URL.
The error message is already helpfully verbose, so there's little reason to shorten the informational URL.
This commit is contained in:
parent
cd6ac55fb1
commit
370efefd8c
|
@ -406,7 +406,7 @@ rec {
|
||||||
In file ${def.file}
|
In file ${def.file}
|
||||||
a list is being assigned to the option config.${option}.
|
a list is being assigned to the option config.${option}.
|
||||||
This will soon be an error as type loaOf is deprecated.
|
This will soon be an error as type loaOf is deprecated.
|
||||||
See https://git.io/fj2zm for more information.
|
See https://github.com/NixOS/nixpkgs/pull/63103 for more information.
|
||||||
Do
|
Do
|
||||||
${option} =
|
${option} =
|
||||||
{ ${set}${more}}
|
{ ${set}${more}}
|
||||||
|
|
Loading…
Reference in New Issue