Apply suggestions from code review

Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
Eelco Dolstra 2023-01-10 14:57:35 +01:00 committed by GitHub
parent b4dc68f0be
commit 1123c42f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -424,7 +424,7 @@ struct InstallableStorePath : Installable
DerivedPathsWithInfo toDerivedPaths() override
{
return {{req}};
return {{.path = req, .info = {} }};
}
std::optional<StorePath> getStorePath() override