1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

more debug stuff

This commit is contained in:
Ben Burdette 2021-09-22 16:22:53 -06:00
parent 037d53d9d9
commit c7e3d830c1
4 changed files with 45 additions and 5 deletions

View file

@ -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;