Fix build against Nix master
This commit is contained in:
parent
b11789f399
commit
39eca8bef1
|
@ -195,7 +195,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