1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygiene

EvalState lifetime hygiene
This commit is contained in:
Eelco Dolstra 2021-08-30 12:23:09 +02:00 committed by GitHub
commit 323cafcb4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 12 deletions

View file

@ -100,6 +100,8 @@ public:
/* Store used to build stuff. */
const ref<Store> buildStore;
RootValue vCallFlake = nullptr;
RootValue vImportedDrvToDerivation = nullptr;
private:
SrcToStore srcToStore;