mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +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 {
|
||||
type = yamlFormat.type;
|
||||
default = { };
|
||||
example = ''
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
httpProxy = "http://proxy.example.org:3128";
|
||||
httpsProxy = "http://proxy.example.org:3128";
|
||||
|
||||
Reference in New Issue
Block a user