Skip to content

Commit

Permalink
chore: bump nix rust to match rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Feb 27, 2023
1 parent 35af75e commit d67e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/nix/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

let
pkgs = import <nixpkgs> { overlays = [ moz_overlay ]; };
channel = pkgs.rustChannelOf { date = "2022-08-05"; channel = "nightly"; };
channel = pkgs.rustChannelOf { date = "2023-01-10"; channel = "nightly"; };
in {
inherit pkgs;
rust-nightly = channel.rust.override {
Expand Down

0 comments on commit d67e7bd

Please sign in to comment.