see if toolchain.toml does anything
This commit is contained in:
parent
291206d566
commit
ab0c197ea5
@ -33,7 +33,8 @@
|
|||||||
devShells.nightly = with pkgs; mkShell {
|
devShells.nightly = with pkgs; mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
# rust-bin.beta.latest.default
|
# 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; [
|
packages = with pkgs; [
|
||||||
# rust-bin.beta.latest.clippy
|
# rust-bin.beta.latest.clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user