From e206bb1a80666af4b35c2af5c2f7a9f9a6260240 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 20 Jul 2024 00:49:41 +0200 Subject: [PATCH] feat(nix-configure): name it Signed-off-by: Raito Bezarius --- buildbot_nix/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index cc6906b..bcc0df8 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -443,6 +443,7 @@ def make_job_evaluator(name: str, settings: EvaluatorSettings, flake: bool) -> N ) class NixConfigure(buildstep.CommandMixin, steps.BuildStep): + name = "nix_configure" """ Determine what `NixEvalCommand` step should be added after based on the existence of: