1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-23 00:00:32 -04:00
nix/doc/manual/src/release-notes/rl-2.5.md

17 lines
526 B
Markdown
Raw Normal View History

2021-12-13 13:57:06 -05:00
# Release 2.5 (2021-12-13)
2021-12-13 10:48:44 -05:00
* The garbage collector no longer blocks new builds, so the message
`waiting for the big garbage collector lock...` is a thing of the
past.
* Binary cache stores now have a setting `compression-level`.
* `nix develop` now has a flag `--unpack` to run `unpackPhase`.
* Lists can now be compared lexicographically using the `<` operator.
* New built-in function: `builtins.groupBy`, with the same functionality as
Nixpkgs' `lib.groupBy`, but faster.
* `nix repl` now has a `:log` command.