about summary refs log tree commit diff
path: root/tests/lang/eval-okay-context-introspection.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-01-31 Add builtins.appendContext.Shea Levy1-2/+4
A partner of builtins.getContext, useful for the same reasons.
2019-01-14 Add builtins.getContext.Shea Levy1-0/+22
This can be very helpful when debugging, as well as enabling complex black magic like surgically removing a single dependency from a string's context.