Skip to content

Commit

Permalink
Update src/libexpr/primops/fetchTree.cc
Browse files Browse the repository at this point in the history
Co-authored-by: tomberek <tomberek@users.noreply.github.com>
  • Loading branch information
fricklerhandwerk and tomberek committed Dec 4, 2023
1 parent fe72e70 commit 405e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops/fetchTree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static RegisterPrimOp primop_fetchTree({
A subset of the output attributes of `fetchTree` can be re-used for subsequent calls to `fetchTree` to produce the same result again.
That is, `fetchTree` is idempotent.
Sources not secured by `narHash` are cached in `$XDG_CACHE_HOME/nix`.
Sources and additional metadata not secured by `narHash` are cached in `$XDG_CACHE_HOME/nix`.
The cache timeout is determined by [`tarball-ttl`](@docroot@/command-ref/conf-file.md#conf-tarball-ttl).
## Source types
Expand Down

0 comments on commit 405e3c4

Please sign in to comment.