mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Fix sourceInfo
This commit is contained in:
parent
80c36d4562
commit
a49b6761a5
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ void callFlake(EvalState & state,
|
|||
auto & vSourceInfo = *state.allocValue();
|
||||
state.mkAttrs(vSourceInfo, 8);
|
||||
emitSourceInfoAttrs(state, flake.sourceInfo, vSourceInfo);
|
||||
vSourceInfo.attrs->sort();
|
||||
|
||||
vInputs.attrs->push_back(Attr(state.sSelf, &vRes));
|
||||
|
||||
|
|
Loading…
Reference in a new issue