mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
913 B
913 B
Release X.Y (202?-??-??)
- 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
- The TOML parser used by
builtins.fromTOMLhas been replaced by a more compliant one. - Added
:st/:show-tracecommands to nix repl, which are used to set or toggle display of error traces. - New builtin function
builtins.zipAttrsWithwith same functionality aslib.zipAttrsWithfrom nixpkgs, but much more efficient. - New command
nix store copy-logto copy build logs from one store to another. - The
commit-lockfile-summaryoption can be set to a non-empty string to override the commit summary used when commiting an updated lockfile. This may be used in conjunction with the nixConfig attribute inflake.nixto better conform to repository conventions.