re-enable restrict-eval for non-flakes

This commit is contained in:
Jörg Thalheim
2025-04-07 18:54:39 +02:00
committed by ahuston-0
parent 47158cf360
commit fa1e989b7d
2 changed files with 4 additions and 3 deletions

View File

@ -372,6 +372,7 @@ sub evalJobs {
or die "cannot find the input containing the job expression\n";
@cmd = ("nix-eval-jobs",
"--option", "restrict-eval", "true",
"<" . $nixExprInputName . "/" . $nixExprPath . ">",
inputsToArgs($inputInfo));
}