cargo expand
This commit is contained in:
parent
b941bf22cf
commit
59d9460bf9
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user