1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Copy-paste error

This commit is contained in:
Shea Levy 2015-08-10 13:52:40 -04:00
parent 882b6b3377
commit 163e696813

View file

@ -114,7 +114,7 @@ sub fetchInputBuild {
, outputName => $mainOutput->name
};
if (isValidPath($prevBuild->drvPath)) {
$input->{drvPath} = $prevBuild->drvPath;
$result->{drvPath} = $prevBuild->drvPath;
}
return $result;