Merge pull request #335423 from linj-fork/pr/fix-consult-gh

emacsPackages.consult-gh: use the correct gh
This commit is contained in:
adisbladis 2024-08-18 16:30:28 +12:00 committed by GitHub
commit 2f0634375c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
};