aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2021-11-26 18:03:07 +0300
committerAlexander Bantyev <balsoft@balsoft.ru>2021-12-06 16:52:50 +0300
commit33926ed1e75c06cbf70a920e462841cc9daa0520 (patch)
tree1e375e99c1848edb70427588f2febaa9967be1d3 /doc
parent0a2fa2d68460eca946c91b72cd264725e5cda7db (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index a6b22dfa7..cf2da9aa8 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -8,3 +8,5 @@
* New built-in function: `builtins.groupBy`, with the same functionality as
Nixpkgs' `lib.groupBy`, but faster.
+
+* `nix repl` now has a `:log` command.