diff options
| author | Xe Iaso <me@christine.website> | 2022-09-21 02:37:23 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-09-21 02:37:23 +0000 |
| commit | 108e70f064119230d04c69eefa391105fa089b17 (patch) | |
| tree | 141577daeb9f3e89def22fa930ea4fcbf3622813 /nix | |
| parent | bfa80d5414e96330ca5aba798ed08748babdf356 (diff) | |
| download | xesite-108e70f064119230d04c69eefa391105fa089b17.tar.xz xesite-108e70f064119230d04c69eefa391105fa089b17.zip | |
Revert "fix rust version"
This reverts commit bfa80d5414e96330ca5aba798ed08748babdf356.
Diffstat (limited to 'nix')
| -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 7858923..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 = "2022-09-15"; + date = "2022-08-08"; targets = [ ]; chan = pkgs.rustChannelOfTargets channel date targets; in chan |
