Skip to content

Commit

Permalink
Fix typo in primops.cc (and therefore Nix docs)
Browse files Browse the repository at this point in the history
This also fixes the typo in the Nix docs at https://nixos.org/manual/nix/unstable/language/builtins.
  • Loading branch information
lexi authored Jan 25, 2024
1 parent 979b00b commit 08f38a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 08f38a3

Please sign in to comment.