1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00

builtins.addDrvOutputDependencies: fix commentary

(cherry picked from commit d2b512959c)
This commit is contained in:
Yueh-Shun Li 2024-03-18 02:38:31 +08:00 committed by github-actions[bot]
parent 34684db54d
commit 8bddaa14d4

View file

@ -246,7 +246,7 @@ static RegisterPrimOp primop_getContext({
/* Append the given context to a given string. /* Append the given context to a given string.
See the commentary above unsafeGetContext for details of the See the commentary above getContext for details of the
context representation. context representation.
*/ */
static void prim_appendContext(EvalState & state, const PosIdx pos, Value * * args, Value & v) static void prim_appendContext(EvalState & state, const PosIdx pos, Value * * args, Value & v)