mirror of
https://github.com/NixOS/nix.git
synced 2025-12-21 00:11:08 +01:00
Realisations are conceptually key-value pairs, mapping `DrvOutputs` (the key) to information about that derivation output. This separate the value type, which will be useful in maps, etc., where we don't want to denormalize by including the key twice. This matches similar changes for existing types: | keyed | unkeyed | |--------------------|------------------------| | `ValidPathInfo` | `UnkeyedValidPathInfo` | | `KeyedBuildResult` | `BuildResult` | | `Realisation` | `UnkeyedRealisation` | Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo> |
||
|---|---|---|
| .. | ||
| child.cc | ||
| chroot-derivation-builder.cc | ||
| darwin-derivation-builder.cc | ||
| derivation-builder.cc | ||
| external-derivation-builder.cc | ||
| hook-instance.cc | ||
| linux-derivation-builder.cc | ||
| sandbox-defaults.sb | ||
| sandbox-minimal.sb | ||
| sandbox-network.sb | ||