forked from DGNum/colmena
nix_eval_jobs: Remove --impure
Note that this still does not make flake evaluation pure in nix-eval-jobs yet, since it forcibly resets `evalSettings.pureEval` prior to starting the evaluation.
This commit is contained in:
parent
c540e00861
commit
06168dabf3
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ impl DrvSetEvaluator for NixEvalJobs {
|
||||||
|
|
||||||
let mut command = Command::new(&self.executable);
|
let mut command = Command::new(&self.executable);
|
||||||
command
|
command
|
||||||
.arg("--impure")
|
|
||||||
.arg("--workers")
|
.arg("--workers")
|
||||||
.arg(self.workers.to_string())
|
.arg(self.workers.to_string())
|
||||||
.arg(&expr_file);
|
.arg(&expr_file);
|
||||||
|
|
Loading…
Reference in a new issue