From 59d9460bf9aeee1c048a8278e994827934ef5083 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Mon, 28 Apr 2025 12:30:33 -0500 Subject: [PATCH] cargo expand --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2084dec..32922c0 100644 --- a/flake.nix +++ b/flake.nix @@ -32,13 +32,13 @@ }; devShells.nightly = with pkgs; mkShell { buildInputs = [ - # rust-bin.nightly.latest.complete (rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete)) ]; packages = with pkgs; [ gdb bacon python313Packages.pygments # for personal gdb-dashboard use + cargo-expand ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}