diff options
Diffstat (limited to 'ci/pipelines/briefcase.nix')
-rw-r--r-- | ci/pipelines/briefcase.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/pipelines/briefcase.nix b/ci/pipelines/briefcase.nix index 39ef3b4370f9..b01e9f93cb9f 100644 --- a/ci/pipelines/briefcase.nix +++ b/ci/pipelines/briefcase.nix @@ -8,7 +8,7 @@ let } { command = "nix-build . -I briefcase=$(pwd) --no-out-link --show-trace"; - label = ":hammer: build"; + label = ":nix: build"; } ]; in pkgs.writeText "briefcase.yaml" (builtins.toJSON pipeline) |