mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01:00
This was somewhat of a false alarm. The problem was not that the
protocol implementation actually failed to round trip, but that two of
the fields were ignored entirely --- not serialized and deserialized at
all.
For reference, those fields were added in
|
||
|---|---|---|
| .. | ||
| build-result.bin | ||
| content-address.bin | ||
| derived-path.bin | ||
| drv-output.bin | ||
| keyed-build-result.bin | ||
| optional-content-address.bin | ||
| optional-store-path.bin | ||
| optional-trusted-flag.bin | ||
| realisation.bin | ||
| set.bin | ||
| store-path.bin | ||
| string.bin | ||
| vector.bin | ||