feat: enable per-worker local store slots #24

Open
raito wants to merge 20 commits from local-stores 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:
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={},