1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

yarn: improve docs

This commit is contained in:
Friedrich Altheide 2025-07-25 20:06:21 +02:00 committed by Austin Horstman
parent 26e33ea5c0
commit a1817d1c0e

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";