forked from lix-project/lix
Fix sourceInfo
This commit is contained in:
parent
80c36d4562
commit
a49b6761a5
|
@ -511,6 +511,7 @@ void callFlake(EvalState & state,
|
||||||
auto & vSourceInfo = *state.allocValue();
|
auto & vSourceInfo = *state.allocValue();
|
||||||
state.mkAttrs(vSourceInfo, 8);
|
state.mkAttrs(vSourceInfo, 8);
|
||||||
emitSourceInfoAttrs(state, flake.sourceInfo, vSourceInfo);
|
emitSourceInfoAttrs(state, flake.sourceInfo, vSourceInfo);
|
||||||
|
vSourceInfo.attrs->sort();
|
||||||
|
|
||||||
vInputs.attrs->push_back(Attr(state.sSelf, &vRes));
|
vInputs.attrs->push_back(Attr(state.sSelf, &vRes));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue