aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-02-01 15:50:36 +0100
committerGitHub <noreply@github.com>2023-02-01 15:50:36 +0100
commit6f0436a337b1a835f0ab6bba892d4f450e1217b0 (patch)
treee87b8c94d8bb4b4cf2faf377aa8203cbdd03fc7b /doc
parent845b7f067d726e5b7afa73b7e2c58f292e983efa (diff)
parentc5d4c50abaa5977db7dd7da2112f9ac289d4171e (diff)
Merge pull request #7719 from andersk/manual-timestamp
manual: Document that the store timestamp is now 1, not 0
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/command-ref/nix-store.md2
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.