From ea03ff374b1d93985e2f77a13ad8bd9e070a5608 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Tue, 16 Jan 2024 05:05:49 +0100 Subject: [PATCH] chore(tvix/shell): add `cargo-expand` to debug proc-macro I lost a lot of hope and had to read the source code of `quote!`, `cargo expand` was invaluable in this adventure. We should keep it IMHO. Change-Id: Icfb4c80d413602f2bdc6deab0d595183825d88ad Reviewed-on: https://cl.tvl.fyi/c/depot/+/10635 Autosubmit: raitobezarius Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tvix/shell.nix b/tvix/shell.nix index 9d091ae5f..3af24b1f9 100644 --- a/tvix/shell.nix +++ b/tvix/shell.nix @@ -18,6 +18,7 @@ pkgs.mkShell { pkgs.buf-language-server pkgs.cargo pkgs.cargo-machete + pkgs.cargo-expand pkgs.clippy pkgs.evans pkgs.fuse