plugins/{efmls-configs,none-ls}/packages: remove alex

It was removed from nixpkgs as it is unmaintained
This commit is contained in:
Gaetan Lepage 2026-02-15 22:55:23 +01:00 committed by Gaétan Lepage
parent 18324d8f9e
commit 1b1e1aed53
3 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@ in
{
# efmls-configs tools that have no corresponding nixpkgs package
unpackaged = [
"alex" # was removed from nixpkgs as it is unmaintained
"blade_formatter"
"cljstyle"
"cspell"
@ -112,7 +113,6 @@ in
"vulture"
];
nodePackages = [
"alex"
"eslint_d"
"prettier"
"stylelint"

View file

@ -5,6 +5,7 @@ in
{
# builtin sources that don't require a package
noPackage = [
"alex" # was removed from nixpkgs as it is unmaintained
"gitrebase"
# TODO: Requires the go tree-sitter parser
"gomodifytags"
@ -112,7 +113,6 @@ in
# Scoped packages
// scoped {
nodePackages = [
"alex"
];
phpPackages = [
"phpmd"

View file

@ -34,6 +34,7 @@
# TODO: respect unpackaged from generated
unpackaged = [
"alex"
"blade_formatter"
"cljstyle"
"cspell"