mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Revert "Temporarily make packages correspond to emacs-unstable"
This reverts commit e129cea3d6.
This commit is contained in:
parent
e129cea3d6
commit
be12ed914c
1 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue