mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
1 KiB
1 KiB
Release 2.6 (2022-01-24)
- The Nix CLI now searches for a
flake.nixup 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 tonix repl, which are used to set or toggle display of error traces. - New builtin function
builtins.zipAttrsWithwith the 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 committing an updated lockfile. This may be used in conjunction with thenixConfigattribute inflake.nixto better conform to repository conventions. docker run -ti nixos/nix:masterwill place you in the Docker container with the latest version of Nix from themasterbranch.