lix/doc/manual/src/release-notes/rl-next.md

10 lines
559 B
Markdown
Raw Normal View History

2021-12-13 15:48:44 +00:00
# Release X.Y (202?-??-??)
2021-12-21 13:19:21 +00:00
* The Nix cli now searches for a flake.nix up until the root of the current git repository or a filesystem boundary rather than just in the current directory
2021-12-21 13:19:21 +00:00
* 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.
* New builtin function `builtins.zipAttrsWith` with same functionality
as `lib.zipAttrsWith` from nixpkgs, but much more efficient.