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

* More primops.

This commit is contained in:
Eelco Dolstra 2010-03-30 15:18:20 +00:00
parent c3aa615a5f
commit c9170be2bd
4 changed files with 92 additions and 184 deletions

View file

@ -159,7 +159,7 @@ void run(Strings args)
evalOnly, xmlOutput, e);
}
printEvalStats(state);
state.printStats();
}