mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
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>
This commit is contained in:
parent
0a2fa2d684
commit
33926ed1e7
6 changed files with 54 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue