mirror of
https://github.com/NixOS/nix
synced 2025-07-02 05:11:47 +02:00
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable
7 lines
226 B
Markdown
7 lines
226 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.
|