mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 00:26: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.
341 B
341 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. -
New built-in function:
builtins.groupBy
, with the same functionality as Nixpkgs'lib.groupBy
, but faster.