Skip to content

Commit

Permalink
Update src/libexpr/primops.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth authored Feb 10, 2025
1 parent cba35b1 commit c343e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,6 @@ static RegisterPrimOp primop_outputOf({
.name = "__outputOf",
.args = {"derivation-reference", "output-name"},
.doc = R"(
Return at
Return the output path of a derivation, literally or using an
[input placeholder string](@docroot@/store/drv.md#input-placeholder)
if needed.
Expand Down

0 comments on commit c343e05

Please sign in to comment.