mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-28 08:36:15 +02:00
33926ed1e7
Add a :log command that shows logs for a derivation. Closes https://github.com/NixOS/nix/issues/3504 Co-authored-by: Taeer Bar-Yam <taeer@bar-yam.me>
12 lines
381 B
Markdown
12 lines
381 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.
|
|
|
|
* New built-in function: `builtins.groupBy`, with the same functionality as
|
|
Nixpkgs' `lib.groupBy`, but faster.
|
|
|
|
* `nix repl` now has a `:log` command.
|