Merge pull request #3441 from gnprice/pr-doc-store-ro

doc: Files in the store have modes 444/555, not 644/755
This commit is contained in:
Domen Kožar 2020-03-24 10:26:50 +01:00 committed by GitHub
commit ddc6aaa8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1139,7 +1139,7 @@ the information that Nix considers important. For instance,
timestamps are elided because all files in the Nix store have their
timestamp set to 0 anyway. Likewise, all permissions are left out
except for the execute bit, because all files in the Nix store have
644 or 755 permission.</para>
444 or 555 permission.</para>
<para>Also, a NAR archive is <emphasis>canonical</emphasis>, meaning
that “equal” paths always produce the same NAR archive. For instance,