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
|
/* Prevent access to paths outside of the Nix search path and
|
||||||
to the environment. */
|
to the environment. */
|
||||||
settings.restrictEval = true;
|
evalSettings.restrictEval = true;
|
||||||
|
|
||||||
if (releaseExpr == "") throw UsageError("no expression specified");
|
if (releaseExpr == "") throw UsageError("no expression specified");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user