Skip to content

Commit

Permalink
emacsPackages.consult-gh: 1.0-unstable-2024-08-11 -> 20240824.2055 (U…
Browse files Browse the repository at this point in the history
…se from MELPA)

This package has been added to MELPA.
Let's drop the manual package instead of merging #337465
  • Loading branch information
adisbladis committed Aug 27, 2024
1 parent e2f166c commit 9382b96
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ 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;
};
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ let
# upstream issue: missing package version
cmake-mode = dontConfigure super.cmake-mode;

consult-gh = super.consult-gh.overrideAttrs(old: {
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs or [ ] ++ [ pkgs.gh ];
});

company-rtags = fix-rtags super.company-rtags;

easy-kill-extras = super.easy-kill-extras.override {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18389,6 +18389,36 @@
"sha256": "09zng143lcxlvsbi9y5sck9z7626lqxmr9yr897ka9h525lvykc4"
}
},
{
"ename": "consult-gh",
"commit": "139d2c2d0806559265946345c9efa0c26ae939ad",
"sha256": "01rw5yz96awm9qipklh4yh8ww6xwfnd76cpfskifwdm12bwgvd1w",
"fetcher": "github",
"repo": "armindarvish/consult-gh",
"unstable": {
"version": [
20240824,
2055
],
"deps": [
"consult",
"markdown-mode"
],
"commit": "b1d85d179438e4b6469e1b78906a7dde8f07c822",
"sha256": "0fsxgj1bsqg5l23yl1zmdwl78vwdkxszk542yhhmv7mlydg6wv2n"
},
"stable": {
"version": [
1,
0
],
"deps": [
"consult"
],
"commit": "077c076f1623fd8f2b93f6eb6f8c79ea58662783",
"sha256": "114nx7p3gc495hgy0b8227i653qnyawjwrmx1qjpl0gfq3vgnqd9"
}
},
{
"ename": "consult-ghq",
"commit": "513921c684fbab5ff57e47c509a89b15d7d3a5ce",
Expand Down

0 comments on commit 9382b96

Please sign in to comment.