diff --git a/ci/default.nix b/ci/default.nix index 004e41ee..8102734c 100644 --- a/ci/default.nix +++ b/ci/default.nix @@ -17,7 +17,6 @@ lib.fix (self: { # Derivations that build the generated files efmls-configs-sources = pkgs.callPackage ./efmls-configs.nix { }; none-ls-builtins = pkgs.callPackage ./none-ls.nix { }; - rust-analyzer-options = pkgs.callPackage ./rust-analyzer { }; lspconfig-servers = pkgs.callPackage ./nvim-lspconfig { }; conform-formatters = pkgs.callPackage ./conform-nvim.nix { }; version-info = pkgs.callPackage ./version-info { }; diff --git a/ci/generate.nix b/ci/generate.nix index d05c768e..191fc771 100644 --- a/ci/generate.nix +++ b/ci/generate.nix @@ -1,6 +1,5 @@ { writeShellApplication, - rust-analyzer-options, efmls-configs-sources, none-ls-builtins, lspconfig-servers, @@ -42,7 +41,6 @@ writeShellApplication { mkdir -p "$generated_dir" - generate_json "${rust-analyzer-options}" generate_json "${efmls-configs-sources}" generate_json "${none-ls-builtins}" generate_json "${conform-formatters}" diff --git a/ci/rust-analyzer/default.nix b/ci/rust-analyzer/default.nix deleted file mode 100644 index 255f9147..00000000 --- a/ci/rust-analyzer/default.nix +++ /dev/null @@ -1,233 +0,0 @@ -# -# This derivation creates a JSON file that describes the Nix module that needs to be instantiated -# -# The create file is of the form: -# -# { -# "": { -# "description": "