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 1ee2a6a266 - Show all commits

View file

@ -482,6 +482,7 @@ def make_job_evaluator(name: str, settings: EvaluatorSettings, flake: bool) -> N
) )
class NixConfigure(buildstep.CommandMixin, steps.BuildStep): class NixConfigure(buildstep.CommandMixin, steps.BuildStep):
name = "nix_configure"
""" """
Determine what `NixEvalCommand` step should be added after Determine what `NixEvalCommand` step should be added after
based on the existence of: based on the existence of: