switch to nightly rust
This commit is contained in:
parent
c7f4eee314
commit
3ecc2c05cd
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
fenix.stable.defaultToolchain
|
fenix.latest.toolchain
|
||||||
#fenix.rust-analyzer
|
#fenix.rust-analyzer
|
||||||
pkgs.rust-analyzer
|
pkgs.rust-analyzer
|
||||||
pkgs.cargo-edit
|
pkgs.cargo-edit
|
||||||
];
|
];
|
||||||
environment.variables.RUST_SRC_PATH = "${fenix.stable.rust-src}/lib/rustlib/src/rust/library/";
|
environment.variables.RUST_SRC_PATH = "${fenix.latest.rust-src}/lib/rustlib/src/rust/library/";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue