aboutsummaryrefslogtreecommitdiff
path: root/nix/rust.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/rust.nix')
-rw-r--r--nix/rust.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/rust.nix b/nix/rust.nix
index a0108c3..02512df 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 = "2021-12-17";
+ date = "2022-08-08";
targets = [ ];
chan = pkgs.rustChannelOfTargets channel date targets;
in chan