feat(nix-configure): name it
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
e3399e5d3b
commit
1ee2a6a266
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue