mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
add documentation of tarball-ttl to nix-channel
This commit is contained in:
parent
587b5f5361
commit
6badd21b6a
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ This command has the following operations:
|
|||
Download the Nix expressions of subscribed channels and create a new generation.
|
||||
Update all channels if none is specified, and only those included in *names* otherwise.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> `--update` uses [fetchTarball](@docroot@/language/builtins.md#builtins-fetchTarball) under the hood, so it will cache channels.
|
||||
> Use `--tarball-ttl` or the nix configuration option `tarball-ttl` to change this behavior.
|
||||
|
||||
- `--list-generations`
|
||||
|
||||
Prints a list of all the current existing generations for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue