mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
de-const evalState exceptions
This commit is contained in:
parent
f9cdb6af8d
commit
7ddef73d02
7 changed files with 54 additions and 50 deletions
|
@ -10,7 +10,7 @@ namespace nix {
|
|||
|
||||
/* Launch the nix debugger */
|
||||
|
||||
std::function<void(const EvalState & evalState,const Error * error, const Env & env, const Expr & expr)> debuggerHook;
|
||||
std::function<void(EvalState & evalState,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