mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
yarn: improve docs
This commit is contained in:
parent
26e33ea5c0
commit
a1817d1c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue