mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01: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