mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
* Started integrating the new evaluator.
This commit is contained in:
parent
52090d2418
commit
31428c3a06
8 changed files with 745 additions and 709 deletions
|
@ -6,6 +6,7 @@
|
|||
namespace nix {
|
||||
|
||||
|
||||
#if 0
|
||||
string DrvInfo::queryDrvPath(EvalState & state) const
|
||||
{
|
||||
if (drvPath == "") {
|
||||
|
@ -256,6 +257,7 @@ void getDerivations(EvalState & state, Expr e, const string & pathPrefix,
|
|||
Exprs doneExprs;
|
||||
getDerivations(state, e, pathPrefix, autoArgs, drvs, doneExprs);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue