We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff095c commit 3dec228Copy full SHA for 3dec228
flake.nix
@@ -103,8 +103,8 @@
103
((pkgs.rustChannelOf
104
{
105
channel = "nightly";
106
- date = "2024-09-05";
107
- sha256 = "sha256-3aoA7PuH09g8F+60uTUQhnHrb/ARDLueSOD08ZVsWe0=";
+ date = "2024-06-13";
+ sha256 = "sha256-s5nlYcYG9EuO2HK2BU3PkI928DZBKCTJ4U9bz3RX1t4=";
108
}).rust.override
109
110
targets = [
@@ -205,7 +205,7 @@
205
checkPhase = if pkgs.stdenv.isDarwin then "" else null;
206
text =
207
''
208
- if [ "$1" = run ] && { [ "$2" = nightly-2024-09-05 ] || [[ "$2" =~ 1.79-x86_64* ]]; }
+ if [ "$1" = run ] && { [ "$2" = nightly-2024-06-13 ] || [[ "$2" =~ 1.79-x86_64* ]]; }
209
then
210
echo using nix toolchain
211
${rustup}/bin/rustup run nix "''${@:3}"
0 commit comments