mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
* Indented strings.
This commit is contained in:
parent
a60317f20f
commit
d4f0b0fc6c
7 changed files with 65 additions and 70 deletions
|
@ -42,7 +42,7 @@ void processExpr(EvalState & state, const Strings & attrPaths,
|
|||
bool evalOnly, bool xmlOutput, Expr * e)
|
||||
{
|
||||
if (parseOnly)
|
||||
std::cout << format("%1%\n");
|
||||
std::cout << format("%1%\n") % *e;
|
||||
else
|
||||
foreach (Strings::const_iterator, i, attrPaths) {
|
||||
Value v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue