nix-super/doc/manual/src/release-notes/rl-next.md
Alexander Bantyev 33926ed1e7
nix repl: add :log
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>
2021-12-06 16:52:50 +03:00

381 B

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.