1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

ExtraInfo -> ExtraPathInfo

This commit is contained in:
Eelco Dolstra 2023-01-10 14:52:49 +01:00
parent 8e923bf4c5
commit b80e4b57da
3 changed files with 6 additions and 6 deletions

View file

@ -898,7 +898,7 @@ std::vector<std::pair<std::shared_ptr<Installable>, BuiltPathWithResult>> Instal
struct Aux
{
ExtraInfo info;
ExtraPathInfo info;
std::shared_ptr<Installable> installable;
};