hydra-eval-jobs: Disable the build hook.

For some reason this causes an unexpected EOF when doing import-from-derivation.
This commit is contained in:
Shea Levy 2017-03-20 12:57:05 -04:00
parent 150228d7de
commit 3b5fd2d857

View file

@ -241,6 +241,9 @@ int main(int argc, char * * argv)
return true;
});
/* FIXME: The build hook in conjunction with import-from-derivation is causing "unexpected EOF" during eval */
settings.useBuildHook = false;
/* Prevent access to paths outside of the Nix search path and
to the environment. */
settings.set("restrict-eval", "true");