diff --git a/.nix/shell.nix b/.nix/shell.nix index 4b449891..d11dfbf7 100644 --- a/.nix/shell.nix +++ b/.nix/shell.nix @@ -15,7 +15,7 @@ in name = "development"; buildInputs = devault.buildInputs ++ [ gcc - ripgrep + rust-analyzer ]; }