mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-01-30 17:58:38 +01:00
Merge pull request #73 from Matthieu-LAURENT39/main
fix: improve wording
This commit is contained in:
commit
277ff1ac9c
@ -6,7 +6,7 @@ Nix provides an official cache server, [https://cache.nixos.org](https://cache.n
|
||||
|
||||
## Why Add Custom Cache Servers {#why-add-custom-cache-servers}
|
||||
|
||||
> Note: The methods introduced here can only accelerate the download of packages; many `inputs` data sources will still be fetched from GitHub. Also, if the cache is not found, local builds will be executed, which typically requires downloading source code and building dependencies from GitHub or somewhere else, may making it slow. To completely address the speed issue, it is still recommended to use solutions such as a local global proxy like a bypass route.
|
||||
> Note: The methods introduced here can only accelerate the download of packages; many `inputs` data sources will still be fetched from GitHub. Also, if the cache is not found, local builds will be executed, which typically requires downloading source code and building dependencies from GitHub or somewhere else, which may make it slow. To completely address the speed issue, it is still recommended to use solutions such as a local global proxy like a bypass route.
|
||||
|
||||
Two reasons:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user