cargo expand

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-28 12:30:33 -05:00
parent b941bf22cf
commit 59d9460bf9

View File

@ -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}