Skip to content

Commit d5d62c8

Browse files
committed
Remove rust toolchain from shell.nix
For some reason rust-analyzer does not show clippy diagnostics when installed this way.
1 parent 7b9e146 commit d5d62c8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shell.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ pkgs.mkShell {
55
nativeBuildInputs = [ pkgs.pkg-config ];
66

77
buildInputs = [
8-
pkgs.cargo
9-
pkgs.rustc
108
pkgs.rustPlatform.bindgenHook
119
pkgs.cairo
12-
pkgs.rust-analyzer
1310
];
1411
}

0 commit comments

Comments
 (0)