diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-08-30 12:23:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 12:23:09 +0200 |
commit | 323cafcb4ec632881c297f9b3004ea7fb07b678f (patch) | |
tree | a83b133815dfa21a7489aa0d1d02ce31e17adca5 /src/libexpr/eval.hh | |
parent | 00f9957552180ef44fe5fab98f7d09cd15d99506 (diff) | |
parent | 8656b130ea6defe6a7ef04b564ff391caa64a450 (diff) |
Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygiene
EvalState lifetime hygiene
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index f3684db79..0fced795d 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -100,6 +100,8 @@ public: /* Store used to build stuff. */ const ref<Store> buildStore; + RootValue vCallFlake = nullptr; + RootValue vImportedDrvToDerivation = nullptr; private: SrcToStore srcToStore; |