Revert "Temporarily make packages correspond to emacs-unstable"

This reverts commit e129cea3d6.
This commit is contained in:
Brian Leung 2025-03-08 11:09:46 -08:00
parent e129cea3d6
commit be12ed914c
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1

View file

@ -78,11 +78,7 @@
inherit (pkgs) emacs-igc emacs-igc-pgtk;
};
# packages = mkEmacsSet pkgs.emacs;
# XXX: temporary workaround for the fact that at the time of writing, pkgs.emacs === pkgs.emacs-unstable, except pkgs.emacs is fetched from hydra and the NixOS channels have yet to be bumped to contain a relevant upstream patch
packages = mkEmacsSet pkgs.emacs-unstable;
packages = mkEmacsSet pkgs.emacs;
packages-unstable = mkEmacsSet pkgs.emacs-unstable;
};