mirror of
https://github.com/NixOS/nix
synced 2025-06-30 19:57:59 +02:00
* Realisation of File(...) expressions.
This commit is contained in:
parent
bb03c45ca0
commit
3da9687854
11 changed files with 137 additions and 368 deletions
|
@ -78,7 +78,7 @@ void deletePath(string path)
|
|||
}
|
||||
|
||||
|
||||
void debug(string s)
|
||||
void debug(const format & f)
|
||||
{
|
||||
cerr << "debug: " << s << endl;
|
||||
cerr << format("debug: %1%\n") % f.str();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue