mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Merge pull request #5715 from Infinisil/groupBy-primop
Introduce `builtins.groupBy` primop
This commit is contained in:
commit
2e606e87c4
3 changed files with 55 additions and 0 deletions
|
@ -5,3 +5,6 @@
|
|||
* `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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue