mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 11:49:35 +01:00
Move the InputCache to EvalState
This commit is contained in:
parent
62565ce7ce
commit
e099a5bc67
7 changed files with 16 additions and 12 deletions
|
|
@ -202,7 +202,7 @@ static void fetchTree(
|
|||
throw Error("input '%s' is not allowed to use the '__final' attribute", input.to_string());
|
||||
}
|
||||
|
||||
auto cachedInput = fetchers::InputCache::getCache()->getAccessor(state.store, input, false);
|
||||
auto cachedInput = state.inputCache->getAccessor(state.store, input, false);
|
||||
|
||||
auto storePath = StorePath::random(input.getName());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue