This commit is contained in:
Rowan Torbitzky-Lane 2025-04-28 12:29:06 -05:00
parent 99f9c84c19
commit b941bf22cf

View File

@ -32,7 +32,8 @@
};
devShells.nightly = with pkgs; mkShell {
buildInputs = [
rust-bin.nightly.latest.complete
# rust-bin.nightly.latest.complete
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete))
];
packages = with pkgs; [
gdb