1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Document "hash derivation quotiented", resolution, and build trace

Progress on #13405, which asks for an explicit characterisation of the
equivalence relation like the one given here.

Also progress on #11895, because we're using the term "build trace
entry" instead of "realisation".

Mention #9259, a future work item.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
John Ericson 2025-10-29 02:16:50 -04:00
parent 34ac1792f9
commit 72d0f7b619
13 changed files with 528 additions and 22 deletions

View file

@ -277,7 +277,7 @@ struct BasicDerivation
Path builder;
Strings args;
/**
* Must not contain the key `__json`, at least in order to serialize to A-Term.
* Must not contain the key `__json`, at least in order to serialize to ATerm.
*/
StringPairs env;
std::optional<StructuredAttrs> structuredAttrs;