1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Merge pull request #13646 from NixOS/mergify/bp/2.29-maintenance/pr-13382

Update docs (backport #13382)
This commit is contained in:
mergify[bot] 2025-07-31 02:11:49 +00:00 committed by GitHub
commit aabe327111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,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.