mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
doc: builtins.addDrvOutputDependencies: fix link target
This commit is contained in:
parent
0fb5024d8d
commit
39b0b8452f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ static RegisterPrimOp primop_addDrvOutputDependencies({
|
|||
The original string context element must not be empty or have multiple elements, and it must not have any other type of element other than a constant or derivation deep element.
|
||||
The latter is supported so this function is idempotent.
|
||||
|
||||
This is the opposite of [`builtins.unsafeDiscardOutputDependency`](#builtins-addDrvOutputDependencies).
|
||||
This is the opposite of [`builtins.unsafeDiscardOutputDependency`](#builtins-unsafeDiscardOutputDependency).
|
||||
)",
|
||||
.fun = prim_addDrvOutputDependencies
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue