We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9e146 commit d5d62c8Copy full SHA for d5d62c8
1 file changed
shell.nix
@@ -5,10 +5,7 @@ pkgs.mkShell {
5
nativeBuildInputs = [ pkgs.pkg-config ];
6
7
buildInputs = [
8
- pkgs.cargo
9
- pkgs.rustc
10
pkgs.rustPlatform.bindgenHook
11
pkgs.cairo
12
- pkgs.rust-analyzer
13
];
14
}
0 commit comments