emacs-unstable is emacs-30
Some checks failed
Build and Cache with Cachix / build (push) Has been cancelled

This commit is contained in:
larstvei 2025-08-24 16:37:02 +02:00
parent 1f969c1458
commit 8e643d23c2

View File

@ -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"
];
});