forked from lix-project/hydra
Fix build against Nix master
This commit is contained in:
parent
b11789f399
commit
39eca8bef1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue