Skip to content

Commit

Permalink
Add rust-analyzer to toolchain (because why not)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Nov 9, 2023
1 parent 179cab1 commit 05a3d24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
];
rust-toolchain = pkgs.symlinkJoin {
name = "rust-toolchain";
paths = [ pkgs.rustc pkgs.cargo pkgs.cargo-watch pkgs.rustPlatform.rustcSrc ];
paths = [ pkgs.rustc pkgs.cargo pkgs.cargo-watch pkgs.rust-analyzer pkgs.rustPlatform.rustcSrc ];
};
in
{
Expand All @@ -49,7 +49,6 @@
buildInputs = nonRustDeps;
nativeBuildInputs = with pkgs; [
just
rust-analyzer
rust-toolchain
];
RUST_BACKTRACE = 1;
Expand Down

0 comments on commit 05a3d24

Please sign in to comment.