Unverified Commit 66838e41 authored by Samuel Rivas's avatar Samuel Rivas
Browse files

copilot: remove unused ref to emacs, rename package to copilot

parent feaa48eb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{
  dash,
  editorconfig,
  emacs,
  fetchFromGitHub,
  nodejs,
  s,
  trivialBuild,
}:
trivialBuild {
  pname = "copilot-el";
  pname = "copilot";
  version = "unstable-2023-12-26";
  src = fetchFromGitHub {
    owner = "zerolfx";