diff options
author | Anders Kaseorg <andersk@mit.edu> | 2023-01-30 23:34:35 -0800 |
---|---|---|
committer | Anders Kaseorg <andersk@mit.edu> | 2023-01-30 23:51:35 -0800 |
commit | c5d4c50abaa5977db7dd7da2112f9ac289d4171e (patch) | |
tree | 3ef5d3ef8d713ff179bfb6240d2e53891d2ca74a /doc/manual/src/command-ref | |
parent | c9b9260f348299aad70ea2010db6e291ee1e8114 (diff) |
manual: Document that the store timestamp is now 1, not 0
Commit 14bc3ce3d6d5745717fa19b8b43b5fdd117ff757 (0.13~43) changed the
timestamps in the Nix store from 0 to 1. Update the nix-store man
page to match.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'doc/manual/src/command-ref')
-rw-r--r-- | doc/manual/src/command-ref/nix-store.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-store.md b/doc/manual/src/command-ref/nix-store.md index 403cf285d..31fdd7806 100644 --- a/doc/manual/src/command-ref/nix-store.md +++ b/doc/manual/src/command-ref/nix-store.md @@ -633,7 +633,7 @@ written to standard output. A NAR archive is like a TAR or Zip archive, but it contains only the information that Nix considers important. For instance, timestamps are -elided because all files in the Nix store have their timestamp set to 0 +elided because all files in the Nix store have their timestamp set to 1 anyway. Likewise, all permissions are left out except for the execute bit, because all files in the Nix store have 444 or 555 permission. |