diff --git a/flake.nix b/flake.nix index a9c5399..7f5b063 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,8 @@ buildInputs = runtimeDeps; nativeBuildInputs = buildDeps ++ devDeps ++ [ rustc ]; packages = with pkgs; [ + rust-analyzer + lldb (vscode-with-extensions.override { vscode = vscodium; vscodeExtensions = with vscode-extensions; [