1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 11:21:47 +02:00

Fix makeFlakeValue()

This commit is contained in:
Eelco Dolstra 2019-04-16 13:56:08 +02:00
parent 529acfd24f
commit 035ac44354
3 changed files with 37 additions and 39 deletions

View file

@ -31,7 +31,7 @@ Path getUserRegistryPath();
Value * makeFlakeRegistryValue(EvalState & state);
Value * makeFlakeValue(EvalState & state, const FlakeRef & flakeRef, bool impureTopRef, Value & v);
void makeFlakeValue(EvalState & state, const FlakeRef & flakeRef, bool impureTopRef, Value & v);
std::shared_ptr<FlakeRegistry> readRegistry(const Path &);