doc: small fix for nightly in derivation snippet (#292688)
This commit is contained in:
parent
aa4c6bcd6c
commit
0bb74f147b
1 changed files with 2 additions and 2 deletions
|
@ -903,8 +903,8 @@ with import <nixpkgs>
|
|||
};
|
||||
let
|
||||
rustPlatform = makeRustPlatform {
|
||||
cargo = rust-bin.stable.latest.minimal;
|
||||
rustc = rust-bin.stable.latest.minimal;
|
||||
cargo = rust-bin.selectLatestNightlyWith (toolchain: toolchain.default);
|
||||
rustc = rust-bin.selectLatestNightlyWith (toolchain: toolchain.default);
|
||||
};
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue