mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 22:41:08 +01:00
Add ability to toggle show-trace from within the repl
This commit is contained in:
parent
2dc29e0d93
commit
a26351da02
2 changed files with 16 additions and 1 deletions
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
|
||||
more compliant one](https://github.com/ToruNiina/toml11).
|
||||
* Added `:st`/`:show-trace` commands to nix repl, which are used to
|
||||
set or toggle display of error traces.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue