dcc7ea5498
Also fix typos introduced by the commits I read. I have run the addDrvOutputDependencies release note past Ericson since I was confused by what the heck it was doing, and he was saying it was reasonable. Change-Id: Id015353b00938682f7faae7de43df7f991a5237e
9 lines
334 B
Markdown
9 lines
334 B
Markdown
---
|
|
synopsis: Print derivation paths in `nix eval`
|
|
cls: 446
|
|
credits: 9999years
|
|
category: Improvements
|
|
---
|
|
|
|
`nix eval` previously printed derivations as attribute sets, so commands that print derivations (e.g. `nix eval nixpkgs#bash`) would infinitely loop and segfault.
|
|
It now prints the `.drv` path the derivation generates instead.
|