mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 13:41:00 +01:00
Fix build
This commit is contained in:
parent
212e28d945
commit
a0ed002ba9
2 changed files with 3 additions and 7 deletions
|
|
@ -50,7 +50,6 @@ struct LockFile
|
|||
std::shared_ptr<Node> root = std::make_shared<Node>();
|
||||
|
||||
LockFile() {};
|
||||
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