mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
Revert extra colon at end os strings
This commit is contained in:
parent
e6d07e0d89
commit
1942fed6d9
17 changed files with 60 additions and 60 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