about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-04-21T14·36+0200
committerclbot <clbot@tvl.fyi>2022-04-21T16·54+0000
commitc05c4995abab6fd8e5eaab861b8d14febf76a3b8 (patch)
treeb854b96bdff1b0647170d5d1abd6e8c9d8fef1e7 /nix
parent95cfd6630b55a8a57bccf7a82a067d5154e98b37 (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 'nix')
-rw-r--r--nix/writeElispBin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/writeElispBin/default.nix b/nix/writeElispBin/default.nix
index e23c55a0a4..ee3dc7a3ed 100644
--- a/nix/writeElispBin/default.nix
+++ b/nix/writeElispBin/default.nix
@@ -1,6 +1,6 @@
 { depot, pkgs, ... }:
 
-{ name, src, deps ? (_: [ ]), emacs ? pkgs.emacs27-nox }:
+{ name, src, deps ? (_: [ ]), emacs ? pkgs.emacs28-nox }:
 
 let
   inherit (pkgs) emacsPackages emacsPackagesFor;