switch to nightly rust

This commit is contained in:
Bad 2021-11-23 01:04:57 +01:00
parent c7f4eee314
commit 3ecc2c05cd

View file

@ -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/";
} }