Merge commit from fork

Re-enable restrict-eval for non-flakes
This commit is contained in:
Jörg Thalheim
2025-04-15 06:48:18 +02:00
committed by GitHub
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));
}