mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 08:36:15 +02:00
90700736c7
This function is very useful in nixpkgs, but its implementation in Nix itself is rather slow due to it requiring a lot of attribute set and list appends.
10 lines
341 B
Markdown
10 lines
341 B
Markdown
# Release 2.5 (2021-XX-XX)
|
|
|
|
* 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.
|