From c05c4995abab6fd8e5eaab861b8d14febf76a3b8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 21 Apr 2022 16:36:04 +0200 Subject: chore(3p/sources): Bump channels and overlays Changes: * updated keycloak configuration for new version * migrate to emacs28 outside of //users, re-add emacs27 but with a warning attached urging people to migrate Change-Id: I3e5765a63934541f72f6c4a8673d3b4671850c93 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5501 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: wpcarro --- third_party/nixpkgs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index a260fdef4f..0f388df694 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -31,6 +31,10 @@ let # This is too hard to debug right now, let’s hope somebody else solves it for us. alacritty-stable = stableNixpkgs.alacritty; + # 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; }; # Overlay to expose the nixpkgs commits we are using to other Nix code. -- cgit 1.4.1