Fixed flake pin issues

This commit is contained in:
Nick Van den Broeck
2019-04-16 08:38:17 +02:00
parent b4e367bf4a
commit 7587d62d02
2 changed files with 17 additions and 2 deletions
+2
View File
@@ -63,6 +63,8 @@ struct NonFlake
NonFlake(const FlakeRef flakeRef) : ref(flakeRef) {};
};
std::shared_ptr<FlakeRegistry> getGlobalRegistry();
Flake getFlake(EvalState &, const FlakeRef &, bool impureIsAllowed);
struct Dependencies