1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00

Merge pull request #13382 from synalice/patch-3

Update docs
This commit is contained in:
Sergei Zimmerman 2025-06-20 23:18:11 +03:00 committed by GitHub
commit a4dcce36c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,7 +200,7 @@ This ensures that there is a canonical [store path] used to refer to the derivat
> **Note** > **Note**
> >
> Currently, the canonical encoding for every derivation is the "ATerm" format, > Currently, the canonical encoding for every derivation is the "ATerm" format,
> but this is subject to change for types derivations which are not yet stable. > but this is subject to change for the types of derivations which are not yet stable.
Regardless of the format used, when serializing a derivation to a store object, that store object will be content-addressed. Regardless of the format used, when serializing a derivation to a store object, that store object will be content-addressed.