We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f550237 commit b6740a8Copy full SHA for b6740a8
flake.nix
@@ -218,7 +218,7 @@
218
checkPhase = if pkgs.stdenv.isDarwin then "" else null;
219
text =
220
''
221
- if [ "$1" = run ] && { [ "$2" = nightly-2024-06-13 ] || [[ "$2" =~ 1.79-x86_64* ]]; }
+ if [ "$1" = run ] && { [ "$2" = nightly-2025-12-11 ] || [[ "$2" =~ 1.92-x86_64* ]] || [[ "$2" =~ 1.79-x86_64* ]]; }
222
then
223
echo using nix toolchain
224
${rustup}/bin/rustup run nix "''${@:3}"
0 commit comments