diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-21T13·00+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-21T13·00+0100 |
commit | fa645acf5c32b22840d93f6a016b4a090133b495 (patch) | |
tree | 22cfb969bbd9f7e18216d8c580d78e57d41bf7cc /ci | |
parent | 36399df0060ce3171d3afef40024f7b8448ca99e (diff) |
Prefer :nix: emoji
Buildkite support language extensions as emojis!
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pipelines/briefcase.nix | 2 | ||||
-rw-r--r-- | ci/pipelines/socrates.nix | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/ci/pipelines/socrates.nix b/ci/pipelines/socrates.nix index 14cf10e0ebcb..b75531188e96 100644 --- a/ci/pipelines/socrates.nix +++ b/ci/pipelines/socrates.nix @@ -12,7 +12,7 @@ let --no-out-link \ --show-trace ''; - label = ":hammer: build"; + label = ":nix: build"; } ]; in pkgs.writeText "socrates.yml" (builtins.toJSON pipeline) |