Point to nightly that can compile the code. (#9873)

This commit is contained in:
Squirrel
2021-09-28 05:47:38 +01:00
committed by GitHub
parent 7f550d6dd2
commit f95408b346
+1 -1
View File
@@ -5,7 +5,7 @@ let
rev = "4a07484cf0e49047f82d83fd119acffbad3b235f";
});
nixpkgs = import <nixpkgs> { overlays = [ mozillaOverlay ]; };
rust-nightly = with nixpkgs; ((rustChannelOf { date = "2021-07-06"; channel = "nightly"; }).rust.override {
rust-nightly = with nixpkgs; ((rustChannelOf { date = "2021-09-10"; channel = "nightly"; }).rust.override {
extensions = [ "rust-src" ];
targets = [ "wasm32-unknown-unknown" ];
});