emacsPackages.consult-gh: use the correct gh

There is also a MELPA package called gh.
This commit is contained in:
Lin Jian 2024-08-18 00:10:58 +08:00
parent cddd7b164c
commit b48a3a89fa
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ lib.packagesFromDirectoryRecursive {
inherit (pkgs) codeium;
};
consult-gh = callPackage ./manual-packages/consult-gh {
inherit (pkgs) gh;
};
lsp-bridge = callPackage ./manual-packages/lsp-bridge {
inherit (pkgs) basedpyright git go gopls python3;
};