mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Extract a Value method to set the eval cache
This commit is contained in:
parent
45a28ed36f
commit
89951cf7fb
2 changed files with 8 additions and 0 deletions
|
|
@ -353,6 +353,7 @@ public:
|
|||
std::vector<std::pair<Path, std::string>> getContext();
|
||||
|
||||
ValueCache & getEvalCache();
|
||||
void setEvalCache(ValueCache &);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue