diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-08-29 17:02:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 17:02:06 +0200 |
commit | 5b5f56a9d487274c1498aa4852bcf80b44c7acd0 (patch) | |
tree | 0be78e6ab5927fcc5ad05ce99c1e5192f29f406b /doc/manual/src | |
parent | 151120a1ae082c6460f9a54cf795c57d154f6c27 (diff) | |
parent | 56763ff918eb308db23080e560ed2ea3e00c80a7 (diff) |
Merge pull request #8859 from edolstra/tarball-last-modified
Tarball trees: Propagate lastModified
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/protocols/tarball-fetcher.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/protocols/tarball-fetcher.md b/doc/manual/src/protocols/tarball-fetcher.md index 0d3212303..274fa6d63 100644 --- a/doc/manual/src/protocols/tarball-fetcher.md +++ b/doc/manual/src/protocols/tarball-fetcher.md @@ -20,8 +20,8 @@ Link: <flakeref>; rel="immutable" (Note the required `<` and `>` characters around *flakeref*.) -*flakeref* must be a tarball flakeref. It can contain flake attributes -such as `narHash`, `rev` and `revCount`. If `narHash` is included, its +*flakeref* must be a tarball flakeref. It can contain the tarball flake attributes +`narHash`, `rev`, `revCount` and `lastModified`. If `narHash` is included, its value must be the NAR hash of the unpacked tarball (as computed via `nix hash path`). Nix checks the contents of the returned tarball against the `narHash` attribute. The `rev` and `revCount` attributes |