From cc68c0a2d3d20ef738e57dae3516ea399cdd6a5e Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 13:49:24 -0500 Subject: [PATCH] cargo expand --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ab010ff..32922c0 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,7 @@ gdb bacon python313Packages.pygments # for personal gdb-dashboard use + cargo-expand ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}