diff options
| -rw-r--r-- | nix/rust.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/rust.nix b/nix/rust.nix index 02512df..7858923 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -4,7 +4,7 @@ let pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; }; channel = "nightly"; - date = "2022-08-08"; + date = "2022-09-15"; targets = [ ]; chan = pkgs.rustChannelOfTargets channel date targets; in chan |
