Merge remote-tracking branch 'origin/main' into optional-nix-conf
This commit is contained in:
commit
e07b0fdbff
6
.github/workflows/check-and-test.yaml
vendored
6
.github/workflows/check-and-test.yaml
vendored
|
@ -21,8 +21,10 @@ jobs:
|
|||
|
||||
- name: Check health of flake.lock
|
||||
uses: DeterminateSystems/flake-checker-action@main
|
||||
with:
|
||||
fail-mode: true
|
||||
# TODO: re-enable fail mode when we find a way to bump Nixpkgs to 24.05
|
||||
# without breaking the static Rust build
|
||||
#with:
|
||||
# fail-mode: true
|
||||
|
||||
- name: Check Rust formatting
|
||||
run: nix develop --command cargo fmt --check
|
||||
|
|
|
@ -254,7 +254,9 @@ async fn main_cli() -> Result<()> {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
tracing::info!("FlakeHub cache is disabled.");
|
||||
tracing::info!(
|
||||
"FlakeHub cache is disabled, as the `use-flakehub` setting is set to `false`."
|
||||
);
|
||||
None
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue