nixpkgs: use emacs30-pgtk

This commit is contained in:
2026-02-03 20:37:05 -08:00
parent b3b405ec7e
commit ab8cf11b80

View File

@@ -200,7 +200,7 @@ in
}; };
}); });
emacs = prev.emacs30.override { emacs = prev."emacs30-pgtk".override {
withNativeCompilation = true; withNativeCompilation = true;
withTreeSitter = true; withTreeSitter = true;
}; };