emacs 28 is now emacsUnstable

dev-docs
Moritz Böhme 2021-12-12 12:19:15 +01:00
parent 080c49b129
commit 185b318d58
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
let
emacs = with pkgs;
((emacsPackagesNgGen emacsGcc28).emacsWithPackages
((emacsPackagesNgGen emacsUnstableGcc).emacsWithPackages
(epkgs: [ epkgs.vterm epkgs.emacsql-sqlite3 ]));
in {
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];