From 8e643d23c2804f2a8883adba40dcd238e527bfa8 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 24 Aug 2025 16:37:02 +0200 Subject: [PATCH] emacs-unstable is emacs-30 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6e41b25..06cdfcb 100644 --- a/flake.nix +++ b/flake.nix @@ -37,8 +37,8 @@ emacsDarwin = (pkgs.emacs-unstable).overrideAttrs (_: { patches = [ - "${emacs-plus}/patches/emacs-31/round-undecorated-frame.patch" - "${emacs-plus}/patches/emacs-31/system-appearance.patch" + "${emacs-plus}/patches/emacs-30/round-undecorated-frame.patch" + "${emacs-plus}/patches/emacs-30/system-appearance.patch" ]; });