mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 22:41:08 +01:00
1 KiB
1 KiB
Release X.Y (202?-??-??)
- 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 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. docker run -ti nixos/nix:masterwill place you in the docker container with the latest version of Nix from themasterbranch.