Revert "Fix broken build.x86_64-linux job (#573)"

This reverts commit c2e2b42877, which
breaks building with nixUnstable.
This commit is contained in:
Eelco Dolstra
2018-07-31 10:23:41 +02:00
parent c2e2b42877
commit 162d671c48

View File

@ -275,7 +275,7 @@ int main(int argc, char * * argv)
/* Prevent access to paths outside of the Nix search path and
to the environment. */
settings.restrictEval = true;
evalSettings.restrictEval = true;
if (releaseExpr == "") throw UsageError("no expression specified");