1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add ability to toggle show-trace from within the repl

This commit is contained in:
Alexander Bantyev 2021-12-28 16:13:07 +03:00
parent 2dc29e0d93
commit a26351da02
No known key found for this signature in database
GPG key ID: E081FF12ADCB4AD5
2 changed files with 16 additions and 1 deletions

View file

@ -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.