forked from lix-project/hydra
Revert "Fix broken build.x86_64-linux job (#573)"
This reverts commit c2e2b42877
, which
breaks building with nixUnstable.
This commit is contained in:
parent
c2e2b42877
commit
162d671c48
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue