mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 15:32:43 +01:00
Fix typo
This commit is contained in:
parent
97977b7348
commit
4b29ca8476
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue