mirror of
https://github.com/NixOS/nix.git
synced 2025-12-21 00:11:08 +01:00
Remove makeFlakeValue()
This commit is contained in:
parent
6e4a8c47f4
commit
6ae4437acb
2 changed files with 2 additions and 11 deletions
|
|
@ -75,8 +75,6 @@ enum HandleLockFile : unsigned int
|
|||
, UseNewLockFile // `RecreateLockFile` without writing to file
|
||||
};
|
||||
|
||||
void makeFlakeValue(EvalState &, const FlakeRef &, HandleLockFile, Value &);
|
||||
|
||||
std::shared_ptr<FlakeRegistry> readRegistry(const Path &);
|
||||
|
||||
void writeRegistry(const FlakeRegistry &, const Path &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue