From 97dee6cfec1ee8219627c26c3cc238b7fe826596 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 06de985..e43e5fb 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -482,6 +482,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: