aboutsummaryrefslogtreecommitdiff
path: root/nix/rust.nix
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-17 20:31:54 +0000
committerXe <me@christine.website>2021-12-17 20:32:07 +0000
commit934d45057afde1d9ff5d1835c9c55c3c7b5fa68c (patch)
tree7e1bd92b22d4c7e652b9b536a70002dfb0ebdefd /nix/rust.nix
parent15058ffed26f16d3842e2b7a5d5004d94169f6a8 (diff)
downloadxesite-934d45057afde1d9ff5d1835c9c55c3c7b5fa68c.tar.xz
xesite-934d45057afde1d9ff5d1835c9c55c3c7b5fa68c.zip
updates
Signed-off-by: Xe <me@christine.website>
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 9cb9b94..a0108c3 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-07-06";
+ date = "2021-12-17";
targets = [ ];
chan = pkgs.rustChannelOfTargets channel date targets;
in chan