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