mirror of
https://github.com/NixOS/nix
synced 2025-07-01 16:41:47 +02:00
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable
226 B
226 B
Release 2.5 (2021-XX-XX)
-
Binary cache stores now have a setting
compression-level
. -
nix develop
now has a flag--unpack
to rununpackPhase
. -
Lists can now be compared lexicographically using the
<
operator.