1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +02:00

Fixed flake pin issues

This commit is contained in:
Nick Van den Broeck 2019-04-16 08:21:52 +02:00
parent b4e367bf4a
commit 7587d62d02
2 changed files with 17 additions and 2 deletions

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