diff --git a/shell.nix b/shell.nix index da5f680..3800fa0 100644 --- a/shell.nix +++ b/shell.nix @@ -5,10 +5,7 @@ pkgs.mkShell { nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ - pkgs.cargo - pkgs.rustc pkgs.rustPlatform.bindgenHook pkgs.cairo - pkgs.rust-analyzer ]; }