see if toolchain.toml does anything

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-28 12:21:44 -05:00
parent 291206d566
commit ab0c197ea5

View File

@ -33,7 +33,8 @@
devShells.nightly = with pkgs; mkShell {
buildInputs = [
# rust-bin.beta.latest.default
rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete)
# rust-bin.selectLatestNightlyWith (toolchain: toolchain.complete)
rust-bin.fromRustupToolchainFile ./rust-toolchain.toml
];
packages = with pkgs; [
# rust-bin.beta.latest.clippy