Jelajahi Sumber

fix: we use the nightly flake so we don't need +nightly (#1288)

tsk 2 hari lalu
induk
melakukan
df468139cb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/nightly-rustfmt.yml

+ 1 - 1
.github/workflows/nightly-rustfmt.yml

@@ -38,7 +38,7 @@ jobs:
           nix develop -i -L .#nightly --command bash -c '
             # Force use of Nix-provided rustfmt
             export RUSTFMT=$(command -v rustfmt)
-            cargo +nightly fmt
+            cargo fmt
           '
           # Manually remove trailing whitespace
           git ls-files -- '*.rs' -z | xargs -0 sed -E -i'' -e 's/[[:space:]]+$//'