mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Rename derivedPathsWithHintsToJSON -> builtPathsToJSON
This commit is contained in:
parent
62960f3291
commit
e7a5b76844
3 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ struct BuiltPath : _BuiltPathRaw {
|
|||
typedef std::vector<DerivedPath> DerivedPaths;
|
||||
typedef std::vector<BuiltPath> BuiltPaths;
|
||||
|
||||
nlohmann::json derivedPathsWithHintsToJSON(const BuiltPaths & buildables, ref<Store> store);
|
||||
nlohmann::json builtPathsToJSON(const BuiltPaths & buildables, ref<Store> store);
|
||||
nlohmann::json derivedPathsToJSON(const DerivedPaths & , ref<Store> store);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue