Merge remote-tracking branch 'tweag/fixmes' into flakes

This commit is contained in:
Eelco Dolstra 2019-05-15 08:57:04 +02:00
commit 10f68923c6
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

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