chore(tools/cheddar): bump to syntect 5.0
Upgrade to syntect 5.0 and load the new kind of syntax set serialisation with the new helper function for that purpose. Includes other minor API fixes as well, note that the things that are now calling `expect` previously failed internally at those points and we're reasonably confident they don't fail in production. This has been waiting for a long time ... Change-Id: I8af4fef995ff64bfbe24e1f13917fa50ecb6e4ad Reviewed-on: https://cl.tvl.fyi/c/depot/+/7787 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
0efe78b3a7
commit
f04829a1bb
5 changed files with 22 additions and 41 deletions
4
third_party/nixpkgs/default.nix
vendored
4
third_party/nixpkgs/default.nix
vendored
|
@ -54,10 +54,6 @@ let
|
|||
# Use `stableNixpkgs` from above.
|
||||
stableOverlay = _unstableSelf: _unstableSuper: {
|
||||
inherit (stableNixpkgs)
|
||||
# bat syntaxes changed with syntect 5.0, but cheddar is still on 4.x
|
||||
# TODO(tazjin): upgrade cheddar to syntect 5.0
|
||||
bat
|
||||
|
||||
# ntfy does not build on unstable as of 2022-08-02
|
||||
ntfy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue