cargo expand
This commit is contained in:
parent
b941bf22cf
commit
59d9460bf9
@ -32,13 +32,13 @@
|
|||||||
};
|
};
|
||||||
devShells.nightly = with pkgs; mkShell {
|
devShells.nightly = with pkgs; mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
# rust-bin.nightly.latest.complete
|
|
||||||
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete))
|
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete))
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
gdb
|
gdb
|
||||||
bacon
|
bacon
|
||||||
python313Packages.pygments # for personal gdb-dashboard use
|
python313Packages.pygments # for personal gdb-dashboard use
|
||||||
|
cargo-expand
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
|
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user