mirror of
https://github.com/NixOS/nix
synced 2025-06-26 03:21:16 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ struct InstallableStorePath : Installable
|
||||||
|
|
||||||
DerivedPathsWithInfo toDerivedPaths() override
|
DerivedPathsWithInfo toDerivedPaths() override
|
||||||
{
|
{
|
||||||
return {{req}};
|
return {{.path = req, .info = {} }};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::optional<StorePath> getStorePath() override
|
std::optional<StorePath> getStorePath() override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue