mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
have only one debuggerHook declaration
This commit is contained in:
parent
eaecaaa00b
commit
3dfab6e534
4 changed files with 3 additions and 7 deletions
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
/* Launch the nix debugger */
|
||||
|
||||
std::function<void(const Error * error, const Env & env, const Expr & expr)> debuggerHook;
|
||||
|
||||
/* Displaying abstract syntax trees. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue