rescript-language-server: use scopes as arguments, remove all-packages.nix override

This commit is contained in:
Aliaksandr
2026-01-27 19:57:19 -05:00
committed by Michael Daniels
parent 763b61d17b
commit 6e99748268
2 changed files with 2 additions and 5 deletions
@@ -6,9 +6,10 @@
esbuild,
nix-update-script,
versionCheckHook,
rescript-editor-analysis,
vscode-extensions,
}:
let
inherit (vscode-extensions.chenglou92.rescript-vscode) rescript-editor-analysis;
platformDir =
if stdenv.hostPlatform.isLinux then
"linux"
-4
View File
@@ -6276,10 +6276,6 @@ with pkgs;
replay-node-cli
;
rescript-language-server = callPackage ../by-name/re/rescript-language-server/package.nix {
rescript-editor-analysis = vscode-extensions.chenglou92.rescript-vscode.rescript-editor-analysis;
};
rnginline = with python3Packages; toPythonApplication rnginline;
rr = callPackage ../development/tools/analysis/rr { };