mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
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
|
let
|
||||||
rustPlatform = makeRustPlatform {
|
rustPlatform = makeRustPlatform {
|
||||||
cargo = rust-bin.stable.latest.minimal;
|
cargo = rust-bin.selectLatestNightlyWith (toolchain: toolchain.default);
|
||||||
rustc = rust-bin.stable.latest.minimal;
|
rustc = rust-bin.selectLatestNightlyWith (toolchain: toolchain.default);
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue