mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
* Some preliminaries towards NIX-45.
This commit is contained in:
parent
ae55e79541
commit
dc719e6ba5
3 changed files with 35 additions and 10 deletions
|
@ -177,7 +177,7 @@ static void getDerivations(EvalState & state, Expr e,
|
|||
format("evaluating attribute `%1%'") % aterm2String(*i));
|
||||
if (getDerivation(state, drvMap.get(*i), drvs, doneExprs)) {
|
||||
/* If the value of this attribute is itself an
|
||||
attribute self, should we recurse into it?
|
||||
attribute set, should we recurse into it?
|
||||
=> Only if it has a `recurseForDerivations = true'
|
||||
attribute. */
|
||||
ATermList es;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue