rescript-language-server: use scopes as arguments, remove all-packages.nix override (#484594)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -6264,10 +6264,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 { };
|
||||
|
||||
Reference in New Issue
Block a user