aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-04-27 16:29:26 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-04-27 16:29:26 +0200
commitb4e23dcd9e0a52644517f8a7777e3c2e6b92481a (patch)
treed42f9b5cb7034d70d9475e11b9e10e5a5ed742b8 /src/libexpr/eval.cc
parent0469795978599d84bc47226f373e178332fc0aaa (diff)
nix search: Search legacyPackages recursively
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r--src/libexpr/eval.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index 95f52dc93..dd2c44c6d 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -352,6 +352,7 @@ EvalState::EvalState(const Strings & _searchPath, ref<Store> store)
, sDescription(symbols.create("description"))
, sSelf(symbols.create("self"))
, sEpsilon(symbols.create(""))
+ , sRecurseForDerivations(symbols.create("recurseForDerivations"))
, repair(NoRepair)
, store(store)
, baseEnv(allocEnv(128))