One FIXME was already fixed

This commit is contained in:
Nick Van den Broeck 2019-05-15 08:04:21 +02:00
parent 74389370c6
commit 4c9ebd20d7

View file

@ -312,7 +312,6 @@ Flake getFlake(EvalState & state, const FlakeRef & flakeRef, bool impureIsAllowe
state.forceAttrs(vInfo);
// FIXME: change to "id"?
if (auto name = vInfo.attrs->get(state.sName))
flake.id = state.forceStringNoCtx(*(**name).value, *(**name).pos);
else