Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jan 3, 2025
1 parent 8a28bba commit b5a4995
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions home-manager/programs/emacs/epkgs/packages/ai/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
ignoreCompilationError = false;
};

copilot-chat = epkgs.melpaBuild {
pname = "copilot-chat";
version = "0.0.1";
src = sources.emacs-copilot-chat.src;

packageRequires = with epkgs; [
request
markdown-mode
chatgpt-shell
magit
];

ignoreCompilationError = false;
};

plz-media-type = epkgs.melpaBuild {
pname = "plz-media-type";
version = "0.0.1";
Expand Down Expand Up @@ -49,19 +64,4 @@

ignoreCompilationError = false;
};

copilot-chat = epkgs.melpaBuild {
pname = "copilot-chat";
version = "0.0.1";
src = sources.emacs-copilot-chat.src;

packageRequires = with epkgs; [
request
markdown-mode
chatgpt-shell
magit
];

ignoreCompilationError = false;
};
}

0 comments on commit b5a4995

Please sign in to comment.