mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Mention that tarball-ttl
affects global flake registry
This updates the documentation for `tarball-ttl` to mention that global flake registry references (e.g. `nixpkgs#hello`) respect the `tarball-ttl` setting when determining whether to lock the reference again.
This commit is contained in:
parent
3c618c43c6
commit
f11d2f106b
@ -629,6 +629,11 @@ public:
|
||||
|
||||
Files fetched via `NIX_PATH`, `fetchGit`, `fetchMercurial`,
|
||||
`fetchTarball`, and `fetchurl` respect this TTL.
|
||||
|
||||
This option also affects how often the global flake registry is
|
||||
updated. For example, a flake URI like `nixpkgs#hello` will trigger
|
||||
a new download of Nixpkgs if the last download is older than the
|
||||
`tarball-ttl`.
|
||||
)"};
|
||||
|
||||
Setting<bool> requireSigs{
|
||||
|
Loading…
Reference in New Issue
Block a user