mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
Update src/libexpr/primops.cc
This commit is contained in:
parent
cba35b182d
commit
c343e05453
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue