Skip to content

Commit

Permalink
Merge pull request NixOS#9849 from 13x1/patch-1
Browse files Browse the repository at this point in the history
Fix typo in primops.cc (and therefore Nix docs)
  • Loading branch information
thufschmitt authored Jan 25, 2024
2 parents 5a9513c + 08f38a3 commit 8df68a2
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 8df68a2

Please sign in to comment.