Merge pull request #7719 from andersk/manual-timestamp

manual: Document that the store timestamp is now 1, not 0
This commit is contained in:
Eelco Dolstra 2023-02-01 15:50:36 +01:00 committed by GitHub
commit 6f0436a337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.