forked from lix-project/lix
Slightly questionable workaround for #2342
This commit is contained in:
parent
ada4e90267
commit
f72c907ad8
|
@ -96,7 +96,7 @@ struct InstallableStorePath : Installable
|
|||
|
||||
Buildables toBuildables() override
|
||||
{
|
||||
return {{"", {{"out", storePath}}}};
|
||||
return {{isDerivation(storePath) ? storePath : "", {{"out", storePath}}}};
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue