mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
more fixes
This commit is contained in:
parent
1b5a8db148
commit
13c4dc6532
19 changed files with 239 additions and 231 deletions
|
@ -524,7 +524,7 @@ ref<eval_cache::EvalCache> openEvalCache(
|
|||
auto vFlake = state.allocValue();
|
||||
flake::callFlake(state, *lockedFlake, *vFlake);
|
||||
|
||||
state.forceAttrs(*vFlake, noPos, "While evaluating a cached flake");
|
||||
state.forceAttrs(*vFlake, noPos, "While evaluating a cached flake: ");
|
||||
|
||||
auto aOutputs = vFlake->attrs->get(state.symbols.create("outputs"));
|
||||
assert(aOutputs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue