all repos — nixfiles @ 4cce75f31bd17f9d86a91264f38829c51eee80da

System and user configuration, managed by nix and home-manager

Emacs: remove consult-ghq override

Changes have been applied upstream
Alan Pearce alan@alanpearce.eu
Mon, 13 Nov 2023 14:53:35 +0100
commit

4cce75f31bd17f9d86a91264f38829c51eee80da

parent

b7e9cd14228d3ca63ab3849434d78ddcac7763e8

1 files changed, 0 insertions(+), 13 deletions(-)

jump to
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -30,19 +30,6 @@   programs.emacs = {
     enable = true;
     package = lib.mkDefault (pkgs.emacs29.override { withGTK3 = true; });
-    overrides = self: super: (
-      {
-        consult-ghq = super.consult-ghq.overrideAttrs
-          (oldAttrs: {
-            src = pkgs.fetchFromGitHub {
-              owner = "alanpearce";
-              repo = "consult-ghq";
-              rev = "3a0b366ef2e066c0d941a19d22d5a23d7f778535";
-              sha256 = "0v7z61nx6xyhxbqkjangqrnay7pp74w4m90wfb29l99p1wkxqbzx";
-            };
-          });
-      }
-    );
 
     eshell = {
       aliases = {