From c5496b89eec26d11fedcbe3df36fe067d36a548e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 11 Apr 2024 05:30:06 -0700 Subject: [PATCH] nix: do not build ZLS on linux aarch64, see comment --- nix/devShell.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nix/devShell.nix b/nix/devShell.nix index e36a2f873..c645acfac 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -88,7 +88,6 @@ in scdoc zig zip - zls # For web and wasm stuff nodejs @@ -108,6 +107,11 @@ 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.