Skip to content

Commit

Permalink
resolve TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Nov 8, 2024
1 parent 253cda3 commit 0470f93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixd/lib/Eval/AttrSetProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ void fillOptionDescription(nix::EvalState &State, nix::Value &V,
R.Example = nixt::getFieldString(State, *It->value, "text");
} else {
std::ostringstream OS;
// TODO: replace this with something that can traverse the symbol table
// It->value->print(State.symbols, OS);
It->value->print(State, OS);
R.Example = OS.str();
}
}
Expand Down

0 comments on commit 0470f93

Please sign in to comment.