Skip to content

Commit

Permalink
plugins/efmls-configs: move from lsp to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 14, 2024
1 parent f13bdfe commit 09daa2c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
let
tools = import ../../../generated/efmls-configs.nix;
inherit (import ./efmls-configs-pkgs.nix lib) packaged;
inherit (import ./packages.nix lib) packaged;
in
{
options.plugins.efmls-configs = {
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ in
++ renameModules
++ [
./ccls.nix
./efmls-configs.nix
./hls.nix
./pylsp.nix
./rust-analyzer.nix
Expand Down
4 changes: 2 additions & 2 deletions tests/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ let
)
++ checkDeclarations (
let
inherit (import ../plugins/lsp/language-servers/efmls-configs-pkgs.nix lib) packaged unpackaged;
inherit (import ../plugins/by-name/efmls-configs/packages.nix lib) packaged unpackaged;
in
{
name = "efmls";
declarationFile = "efmls-configs-pkgs.nix";
declarationFile = "plugins/by-name/efmls-configs/packages.nix";

packages = builtins.attrValues packaged;

Expand Down

0 comments on commit 09daa2c

Please sign in to comment.