Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update bin/node-template/shell.nix
  • Loading branch information
bkchr authored Oct 2, 2021
commit 146b28abe20eedc8b83ebfdbb4960ad5b49faf1c
2 changes: 1 addition & 1 deletion bin/node-template/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
rev = "1fe6ed37fd9beb92afe90671c0c2a662a03463dd";
};
nixpkgs = import pinned { overlays = [ mozillaOverlay ]; };
toolchain = with nixpkgs; (rustChannelOf { date = "2021-07-06"; channel = "nightly"; });
toolchain = with nixpkgs; (rustChannelOf { date = "2021-09-14"; channel = "nightly"; });
rust-wasm = toolchain.rust.override {
targets = [ "wasm32-unknown-unknown" ];
};
Expand Down