mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Fix typo in primops.cc (and therefore Nix docs)
This also fixes the typo in the Nix docs at https://nixos.org/manual/nix/unstable/language/builtins.
This commit is contained in:
parent
979b00bce9
commit
08f38a3a40
@ -1878,7 +1878,7 @@ static RegisterPrimOp primop_outputOf({
|
||||
For instance,
|
||||
```nix
|
||||
builtins.outputOf
|
||||
(builtins.outputOf myDrv "out)
|
||||
(builtins.outputOf myDrv "out")
|
||||
"out"
|
||||
```
|
||||
will return a placeholder for the output of the output of `myDrv`.
|
||||
|
Loading…
Reference in New Issue
Block a user