mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
yarn: improve docs
This commit is contained in:
committed by
Austin Horstman
parent
26e33ea5c0
commit
a1817d1c0e
@@ -24,7 +24,7 @@ in
|
|||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = yamlFormat.type;
|
type = yamlFormat.type;
|
||||||
default = { };
|
default = { };
|
||||||
example = ''
|
example = lib.literalExpression ''
|
||||||
{
|
{
|
||||||
httpProxy = "http://proxy.example.org:3128";
|
httpProxy = "http://proxy.example.org:3128";
|
||||||
httpsProxy = "http://proxy.example.org:3128";
|
httpsProxy = "http://proxy.example.org:3128";
|
||||||
|
|||||||
Reference in New Issue
Block a user