Skip to content

Commit b6740a8

Browse files
committed
nix: bump nightly in rustup to allow is_multiple_of
1 parent f550237 commit b6740a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
checkPhase = if pkgs.stdenv.isDarwin then "" else null;
219219
text =
220220
''
221-
if [ "$1" = run ] && { [ "$2" = nightly-2024-06-13 ] || [[ "$2" =~ 1.79-x86_64* ]]; }
221+
if [ "$1" = run ] && { [ "$2" = nightly-2025-12-11 ] || [[ "$2" =~ 1.92-x86_64* ]] || [[ "$2" =~ 1.79-x86_64* ]]; }
222222
then
223223
echo using nix toolchain
224224
${rustup}/bin/rustup run nix "''${@:3}"

0 commit comments

Comments
 (0)