From 633d39109b292e88bdc98ff622f13153e866eab2 Mon Sep 17 00:00:00 2001 From: Jade Masker Date: Sun, 1 Jun 2025 15:55:49 -0400 Subject: [PATCH] remove overly verbose mention of fetchTarball Co-authored-by: Valentin Gagarin --- doc/manual/source/command-ref/nix-channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/command-ref/nix-channel.md b/doc/manual/source/command-ref/nix-channel.md index 4a7555c90..b1b2812d2 100644 --- a/doc/manual/source/command-ref/nix-channel.md +++ b/doc/manual/source/command-ref/nix-channel.md @@ -55,7 +55,7 @@ This command has the following operations: > **Note** > - > `--update` uses [fetchTarball](@docroot@/language/builtins.md#builtins-fetchTarball) under the hood, so it will cache channels. + > Downloaded channel contents are cached. > Use `--tarball-ttl` or the nix configuration option `tarball-ttl` to change this behavior. - `--list-generations`