yarn: improve docs

(cherry picked from commit a1817d1c0e)
This commit is contained in:
Friedrich Altheide 2025-07-25 20:06:21 +02:00 committed by Austin Horstman
parent 1e9c01bbbb
commit 0b9bf983db

View file

@ -24,7 +24,7 @@ in
settings = mkOption {
type = yamlFormat.type;
default = { };
example = ''
example = lib.literalExpression ''
{
httpProxy = "http://proxy.example.org:3128";
httpsProxy = "http://proxy.example.org:3128";