feat: non-flakes entrypoint #23

Open
raito wants to merge 17 commits from non-flakes-rerun into main
Showing only changes of commit 3cb7989561 - Show all commits

View file

@ -460,7 +460,7 @@ def make_job_evaluator(name: str, settings: EvaluatorSettings, flake: bool) -> N
if flake: if flake:
actual_command += ["--flake", f".#{FLAKE_TARGET_ATTRIBUTE_FOR_JOBS}"] actual_command += ["--flake", f".#{FLAKE_TARGET_ATTRIBUTE_FOR_JOBS}"]
else: else:
actual_command += ["--expr", "'import ./.ci/buildbot.nix'"] actual_command += ["--expr", "import ./.ci/buildbot.nix"]
return NixEvalCommand( return NixEvalCommand(
env={}, env={},