forked from lix-project/hydra
Merge branch 'eval-no-build-hook'
This commit is contained in:
commit
ec1c8efd43
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue