fix(args): pass the right string
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
a0c79298c6
commit
baa085302d
|
@ -421,7 +421,7 @@ def make_job_evaluator(name: str, settings: EvaluatorSettings, flake: bool) -> N
|
|||
if flake:
|
||||
actual_command += ["--flake", f".#{FLAKE_TARGET_ATTRIBUTE_FOR_JOBS}"]
|
||||
else:
|
||||
actual_command += ["--expr", "'import ./.ci/buildbot.nix'"]
|
||||
actual_command += ["--expr", "import ./.ci/buildbot.nix"]
|
||||
|
||||
return NixEvalCommand(
|
||||
env={},
|
||||
|
|
Loading…
Reference in a new issue