feat: non-flakes entrypoint #23
|
@ -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={},
|
||||||
|
|
Loading…
Reference in a new issue