mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 22:41:08 +01:00
Make lists be comparable
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable
This commit is contained in:
parent
720ed47678
commit
09471d2680
5 changed files with 41 additions and 11 deletions
|
|
@ -3,3 +3,5 @@
|
|||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue