FlakeIds are now properly looked up in registries

This commit is contained in:
Nick Van den Broeck
2019-04-09 09:51:36 +02:00
parent 18c019b616
commit 641db127be
4 changed files with 36 additions and 14 deletions
+1 -1
View File
@@ -68,5 +68,5 @@ Dependencies resolveFlake(EvalState &, const FlakeRef &, bool impureTopRef);
FlakeRegistry updateLockFile(EvalState &, Flake &);
void updateLockFile(EvalState &, std::string);
void updateLockFile(EvalState &, Path);
}