1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00

Update src/libexpr/primops.cc

This commit is contained in:
Robert Hensing 2025-02-10 02:09:29 +01:00 committed by GitHub
parent cba35b182d
commit c343e05453
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.