浏览代码

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

tsk 2 天之前
父节点
当前提交
df468139cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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:]]+$//'