mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Add a dependencies field to DrvOutputInfo
Currently never used, nor set but will be useful shortly
This commit is contained in:
parent
4077d55775
commit
7ce0441d80
2 changed files with 12 additions and 0 deletions
|
@ -28,6 +28,8 @@ struct Realisation {
|
|||
|
||||
StringSet signatures;
|
||||
|
||||
std::set<DrvOutput> drvOutputDeps;
|
||||
|
||||
nlohmann::json toJSON() const;
|
||||
static Realisation fromJSON(const nlohmann::json& json, const std::string& whence);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue