nix: remove ZLS

Fixes #2171

ZLS has caused us issues in our Nix shell before and I noted when we
first added it that we probably shouldn't. We now pin to release
versions of Zig so I think its reasonable to expect developers to have
ZLS installed themselves with the proper version or not use it at all.
This commit is contained in:
Mitchell Hashimoto
2024-09-03 15:17:23 -07:00
parent f0c4afdf9c
commit a9deb37071
3 changed files with 1 additions and 178 deletions

View File

@@ -23,7 +23,6 @@
wraptest,
zig,
zip,
zls,
llvmPackages_latest,
bzip2,
expat,
@@ -109,11 +108,6 @@ in
wabt
wasmtime
]
++ lib.optionals (!(stdenv.isLinux && stdenv.isAarch64)) [
# This is currently broken on aarch64 linux. Once this is
# fixed we can remove this conditional.
zls
]
++ lib.optionals stdenv.isLinux [
# My nix shell environment installs the non-interactive version
# by default so we have to include this.