pinwheel: Remove eglot-booster from emacs

As it was outdated and failed UTF-8 encoding
This commit is contained in:
Alexander Heldt
2026-04-14 09:29:46 +02:00
parent d19dcae3b2
commit ce6d9715a9
2 changed files with 0 additions and 16 deletions

View File

@@ -12,18 +12,6 @@ let
epkgs.flymake-go-staticcheck
epkgs.tree-sitter-langs
epkgs.treesit-grammars.with-all-grammars
(epkgs.trivialBuild {
pname = "eglot-booster";
version = "main-2024-04-11";
src = pkgs.fetchFromGitHub {
owner = "jdtsmith";
repo = "eglot-booster";
rev = "e19dd7ea81bada84c66e8bdd121408d9c0761fe6";
hash = "sha256-vF34ZoUUj8RENyH9OeKGSPk34G6KXZhEZozQKEcRNhs=";
};
})
];
};
@@ -50,7 +38,6 @@ in
ec
emacs
pkgs.wl-clipboard
pkgs.emacs-lsp-booster
pkgs.nixd
];
};