Skip to content

Commit

Permalink
fixup: Update src/libexpr/primops/context.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
  • Loading branch information
wentasah and fricklerhandwerk committed Jun 13, 2023
1 parent adf8152 commit 26fc6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libexpr/primops/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ static RegisterPrimOp primop_getContext({
The string context tracks references to derivations within a string.
It is represented as an attribute set of [store derivation](@docroot@/glossary.md#gloss-store-derivation) paths mapping to output names.
Using [string interpolation](@docroot@/language/string-interpolation.md) on a derivation will add that derivation to the string context.
For example,
```nix
Expand Down

0 comments on commit 26fc6a0

Please sign in to comment.