diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-02T13·39+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-02T13·39+0000 |
commit | dc719e6ba57fc877574bd3bc023a25676c555b3c (patch) | |
tree | c7a2351f4f0e3aa777ec2454167912ad9b5c8df7 /src/libexpr/get-drvs.cc | |
parent | ae55e79541ffbce7a051794d6d25e9e8c7b63b2d (diff) |
* Some preliminaries towards NIX-45.
Diffstat (limited to 'src/libexpr/get-drvs.cc')
-rw-r--r-- | src/libexpr/get-drvs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/get-drvs.cc b/src/libexpr/get-drvs.cc index b101f2da30d1..bc2302a0b2fb 100644 --- a/src/libexpr/get-drvs.cc +++ b/src/libexpr/get-drvs.cc @@ -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; |