Skip to content

Commit

Permalink
hm/emacs: add workaround for emacsql
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Nov 16, 2024
1 parent 5a4b443 commit 5bc11f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions home-manager/profiles/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ let
{
# currently nothing
# inherit (lEpkgs) ;
# TODO broken on v4.0.4
emacsql = epkgs.emacsql.overrideAttrs (_old: {
src = pkgs.fetchFromGitHub {
owner = "magit";
repo = "emacsql";
rev = "v4.0.3";
hash = "sha256-MaL3t+2MhWOE6eLmt8m4ImpsKeNeUZ4S8zEoQVu51ZY=";
};
});
}
);
};
Expand Down

0 comments on commit 5bc11f9

Please sign in to comment.