1
0
Fork 0
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:
Alexander Bantyev 2021-11-26 18:03:07 +03:00
parent 0a2fa2d684
commit 33926ed1e7
No known key found for this signature in database
GPG key ID: E081FF12ADCB4AD5
6 changed files with 54 additions and 4 deletions

View file

@ -0,0 +1,2 @@
echo "This should fail"
exit 1