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.