Revert "Temporarily make packages correspond to emacs-unstable"

This reverts commit 4944e1c699.
This commit is contained in:
Brian Leung 2025-03-08 11:33:44 -08:00
parent 4944e1c699
commit 6e4d92e5c2
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1
2 changed files with 1 additions and 8 deletions

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;
};