diff options
author | Vincent Ambo <mail@tazj.in> | 2022-04-21T14·36+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-04-21T16·54+0000 |
commit | c05c4995abab6fd8e5eaab861b8d14febf76a3b8 (patch) | |
tree | b854b96bdff1b0647170d5d1abd6e8c9d8fef1e7 /third_party/nixpkgs/default.nix | |
parent | 95cfd6630b55a8a57bccf7a82a067d5154e98b37 (diff) |
chore(3p/sources): Bump channels and overlays r/3986
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 <tazjin@tvl.su> Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'third_party/nixpkgs/default.nix')
-rw-r--r-- | third_party/nixpkgs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index a260fdef4f25..0f388df694a3 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. |