add workaround to the locals bug
This commit is contained in:
parent
7ca3b283b3
commit
fc977926a8
1 changed files with 2 additions and 0 deletions
|
|
@ -301,6 +301,8 @@ s.nix"; line = 1193; }
|
|||
|
||||
* pass `--debugger` to nix
|
||||
* use `builtins.break (value)` somewhere in the evaluation path
|
||||
* NOTE: `(v: builtins.break v) value` may get more locals
|
||||
(see [nix#8827](https://github.com/NixOS/nix/issues/8827))
|
||||
* then use `unsafeGetAttrPos` and others to figure out the source of a value
|
||||
</textarea>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue