diff --git a/flake.nix b/flake.nix index 7e966ae..1937707 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,13 @@ { devShells = { default = pkgs.mkShell { - buildInputs = [ rust nodejs pkgs.cargo-leptos pkgs.dart-sass ]; + buildInputs = [ + rust + nodejs + pkgs.cargo-leptos + pkgs.dart-sass + pkgs.rust-analyzer + ]; }; }; });