mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 13:41:00 +01:00
Fix flakes
This commit is contained in:
parent
4b313ceb9e
commit
1d36d16086
8 changed files with 83 additions and 65 deletions
|
|
@ -50,7 +50,8 @@ struct LockFile
|
|||
std::shared_ptr<Node> root = std::make_shared<Node>();
|
||||
|
||||
LockFile() {};
|
||||
LockFile(const nlohmann::json & json, const Path & path);
|
||||
LockFile(const nlohmann::json & json, std::string_view path);
|
||||
LockFile(std::string_view contents, std::string_view path);
|
||||
|
||||
nlohmann::json toJSON() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue