FuzzyMatching works

Fixes #2843
This commit is contained in:
Nick Van den Broeck
2019-06-18 17:01:57 +02:00
parent c4d740115e
commit 59714a15e0
2 changed files with 56 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ static FlakeRef lookupFlake(EvalState & state, const FlakeRef & flakeRef, const
auto newRef = j->second;
newRef.ref = flakeRef.ref;
newRef.rev = flakeRef.rev;
newRef.subdir = flakeRef.subdir;
return updateFlakeRef(state, newRef, registries, pastSearches);
}
}