chore(3p/sources): Bump channels & overlays to 2022-05-18
Included changes: * //3p/nixpkgs: pick bat from stable channel for cheddar * //3p/nixpkgs: drop emacs27 (no longer required) Change-Id: Idb677aa0e98d4b3aec189bdd7700324922246699 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5629 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
19669bd53e
commit
19baeea350
2 changed files with 15 additions and 17 deletions
8
third_party/nixpkgs/default.nix
vendored
8
third_party/nixpkgs/default.nix
vendored
|
@ -26,11 +26,9 @@ let
|
|||
# instead (e.g. because something is broken in unstable).
|
||||
# Use `stableNixpkgs` from above.
|
||||
stableOverlay = _unstableSelf: _unstableSuper: {
|
||||
|
||||
# emacs27 is gone from unstable, but people should upgrade at
|
||||
# their own pace.
|
||||
emacs27 = builtins.trace "emacs27 is deprecated, please migrate to emacs28"
|
||||
stableNixpkgs.emacs27;
|
||||
# bat syntaxes changed with syntect 5.0, but cheddar is still on 4.x
|
||||
# TODO(tazjin): upgrade cheddar to syntect 5.0
|
||||
bat = stableNixpkgs.bat;
|
||||
};
|
||||
|
||||
# Overlay to expose the nixpkgs commits we are using to other Nix code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue