Skip to content

Commit

Permalink
Revert "Temporarily make packages correspond to emacs-unstable"
Browse files Browse the repository at this point in the history
This reverts commit 4944e1c.
  • Loading branch information
leungbk committed Mar 8, 2025
1 parent 4944e1c commit 6e4d92e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
3 changes: 0 additions & 3 deletions overlays/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ in

inherit emacs-igc emacs-igc-pgtk;

# 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
emacs = emacs-unstable;

emacsWithPackagesFromUsePackage = import ../elisp.nix { pkgs = self; };

emacsWithPackagesFromPackageRequires = import ../packreq.nix { pkgs = self; };
Expand Down

0 comments on commit 6e4d92e

Please sign in to comment.