about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
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;