mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
more debug stuff
This commit is contained in:
parent
037d53d9d9
commit
c7e3d830c1
4 changed files with 45 additions and 5 deletions
|
@ -110,6 +110,9 @@ static void mkOutputString(EvalState & state, Value & v,
|
|||
argument. */
|
||||
static void import(EvalState & state, const Pos & pos, Value & vPath, Value * vScope, Value & v)
|
||||
{
|
||||
std::cout << " IMPORT " << std::endl;
|
||||
std::cout << " import " << std::endl;
|
||||
std::cout << " IMPORT " << std::endl;
|
||||
std::cout << " import " << std::endl;
|
||||
|
||||
PathSet context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue