Install copilot again
This commit is contained in:
parent
06ae2be09c
commit
531abaa9f0
1 changed files with 17 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
iosevka-comfy.comfy-motion-duo
|
||||
jq
|
||||
kubectl
|
||||
nodejs
|
||||
nodePackages.typescript-language-server
|
||||
nodePackages.vscode-json-languageserver
|
||||
noto-fonts
|
||||
|
|
@ -85,6 +86,22 @@
|
|||
};
|
||||
})
|
||||
consult
|
||||
(trivialBuild {
|
||||
pname = "copilot";
|
||||
version = "master-09-25-2024";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "copilot-emacs";
|
||||
repo = "copilot.el";
|
||||
rev = "b5878d6a8c741138b5efbf4fe1c594f3fd69dbdd";
|
||||
hash = "sha256-02ywlMPku1FIritZjjtxbQW6MmPvSwmRCrudYsUb8bU=";
|
||||
};
|
||||
packageRequires = [
|
||||
editorconfig
|
||||
dash
|
||||
f
|
||||
jsonrpc
|
||||
];
|
||||
})
|
||||
corfu
|
||||
diff-hl
|
||||
dockerfile-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue