mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
libexpr: really forceValue everything
This commit is contained in:
parent
cb968c096f
commit
661b025c79
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ static std::tuple<StorePath, FlakeRef, FlakeRef> fetchOrSubstituteTree(
|
|||
|
||||
static void forceTrivialValue(EvalState & state, Value & value, const PosIdx pos)
|
||||
{
|
||||
if (value.isThunk()) // HACK: always forceValue, even if not trivial
|
||||
state.forceValue(value, pos);
|
||||
state.forceValue(value, pos);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue