aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-09-21 02:32:36 +0000
committerXe Iaso <me@christine.website>2022-09-21 02:32:36 +0000
commitbfa80d5414e96330ca5aba798ed08748babdf356 (patch)
treee3f0ca1edf121989d4c8d5f0c24b9e88890ded7a
parent49c62851137d2757d6e8019636c908b4612f61d1 (diff)
downloadxesite-bfa80d5414e96330ca5aba798ed08748babdf356.tar.xz
xesite-bfa80d5414e96330ca5aba798ed08748babdf356.zip
fix rust version
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--nix/rust.nix2
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