forked from lix-project/hydra
* Fix hydra_eval_jobs.
This commit is contained in:
parent
d8a7ca67f4
commit
2a18d8aac9
|
@ -156,7 +156,7 @@ static void findJobsWrapped(EvalState & state, XMLWriter & doc,
|
|||
done. */
|
||||
if (gcRootsDir != "") {
|
||||
Path root = gcRootsDir + "/" + baseNameOf(drvPath);
|
||||
if (!pathExists(root)) addPermRoot(drvPath, root, false);
|
||||
if (!pathExists(root)) addPermRoot(*store, drvPath, root, false);
|
||||
}
|
||||
|
||||
XMLOpenElement _(doc, "job", xmlAttrs);
|
||||
|
|
Loading…
Reference in a new issue