mirror of
https://github.com/NixOS/nix
synced 2025-07-04 11:21:47 +02:00
Fix makeFlakeValue()
This commit is contained in:
parent
529acfd24f
commit
035ac44354
3 changed files with 37 additions and 39 deletions
|
@ -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 &);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue