Prefer :nix: emoji

Buildkite support language extensions as emojis!
This commit is contained in:
William Carroll 2020-08-21 14:00:11 +01:00
parent 36399df006
commit fa645acf5c
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -12,7 +12,7 @@ let
--no-out-link \
--show-trace
'';
label = ":hammer: build";
label = ":nix: build";
}
];
in pkgs.writeText "socrates.yml" (builtins.toJSON pipeline)