mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user