Skip to content

Commit 3dec228

Browse files
committed
nix: intentionally downgrade rust toolchain to unblock CI for now
1 parent 2ff095c commit 3dec228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
((pkgs.rustChannelOf
104104
{
105105
channel = "nightly";
106-
date = "2024-09-05";
107-
sha256 = "sha256-3aoA7PuH09g8F+60uTUQhnHrb/ARDLueSOD08ZVsWe0=";
106+
date = "2024-06-13";
107+
sha256 = "sha256-s5nlYcYG9EuO2HK2BU3PkI928DZBKCTJ4U9bz3RX1t4=";
108108
}).rust.override
109109
{
110110
targets = [
@@ -205,7 +205,7 @@
205205
checkPhase = if pkgs.stdenv.isDarwin then "" else null;
206206
text =
207207
''
208-
if [ "$1" = run ] && { [ "$2" = nightly-2024-09-05 ] || [[ "$2" =~ 1.79-x86_64* ]]; }
208+
if [ "$1" = run ] && { [ "$2" = nightly-2024-06-13 ] || [[ "$2" =~ 1.79-x86_64* ]]; }
209209
then
210210
echo using nix toolchain
211211
${rustup}/bin/rustup run nix "''${@:3}"

0 commit comments

Comments
 (0)