Merge remote-tracking branch 'origin/main' into optional-nix-conf

This commit is contained in:
Luc Perkins 2024-07-22 09:09:59 -07:00
commit e07b0fdbff
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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
};