1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 15:32:43 +01:00
This commit is contained in:
John Ericson 2025-01-19 12:18:54 -05:00
parent 97977b7348
commit 4b29ca8476

View file

@ -211,9 +211,9 @@ data DerivingPath
}
```
Now, the `drv` field of `BuiltObject` is itself a `DerivingPath` instead of an `StorePath`.
Now, the `drv` field of `Output` is itself a `DerivingPath` instead of an `StorePath`.
Under this extended model, `DerivingPath`s are thus inductively built up from an `ConstantPath`, contains in 0 or more outer `Outputs`.
Under this extended model, `DerivingPath`s are thus inductively built up from an `ConstantPath`, contains in 0 or more outer `Output`s.
### Encoding