lix/doc/manual/rl-next/repl-log-drv.md
Max “Goldstein” Siling 9adfd9b8ad
src/libcmd/repl.cc: allow :log /path/to/store.drv
This adds a second form to the `:log` command: it now can accept a
derivation path in addition to a derivation expression. As derivation
store paths start with `/nix/store`, this is not ambiguous.

Resolves: #51
Change-Id: Iebc7b011537e7012fae8faed4024ea1b8fdc81c3
2024-08-07 15:58:44 +03:00

10 lines
222 B
Markdown

---
synopsis: "`:log` in repl now works on derivation paths"
issues: [fj#51]
cls: [1716]
category: Improvements
credits: [goldstein]
---
`:log` can now accept store derivation paths in addition to derivation expressions.