You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/top-level/aliases.nix
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,12 +414,19 @@ mapAliases {
414
414
elixir_ls=elixir-ls;# Added 2023-03-20
415
415
416
416
# Emacs
417
+
emacs28=throw"Emacs 28 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
417
418
emacs28-gtk2=throw"emacs28-gtk2 was removed because GTK2 is EOL; migrate to emacs28{,-gtk3,-nox} or to more recent versions of Emacs.";# Added 2024-09-20
419
+
emacs28-gtk3=throw"Emacs 28 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
420
+
emacs28-nox=throw"Emacs 28 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
418
421
emacs28NativeComp=emacs28;# Added 2022-06-08
419
422
emacs28Packages=throw"'emacs28Packages' has been renamed to/replaced by 'emacs28.pkgs'";# Converted to throw 2024-10-17
420
423
emacs28WithPackages=throw"'emacs28WithPackages' has been renamed to/replaced by 'emacs28.pkgs.withPackages'";# Converted to throw 2024-10-17
424
+
emacs29=throw"Emacs 29 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
425
+
emacs29-gtk3=throw"Emacs 29 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
426
+
emacs29-nox=throw"Emacs 29 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
427
+
emacs29-pgtk=throw"Emacs 29 is removed due to CVEs which are fixed in Emacs 30";# Added 2025-03-03
0 commit comments