forked from lix-project/lix
Apply suggestions from code review
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
parent
b4dc68f0be
commit
1123c42f90
|
@ -424,7 +424,7 @@ struct InstallableStorePath : Installable
|
|||
|
||||
DerivedPathsWithInfo toDerivedPaths() override
|
||||
{
|
||||
return {{req}};
|
||||
return {{.path = req, .info = {} }};
|
||||
}
|
||||
|
||||
std::optional<StorePath> getStorePath() override
|
||||
|
|
Loading…
Reference in a new issue