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
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

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");