diff --git a/.github/workflows/flakehub-cache.yml b/.github/workflows/flakehub-cache.yml index c7545b2..692c4c7 100644 --- a/.github/workflows/flakehub-cache.yml +++ b/.github/workflows/flakehub-cache.yml @@ -16,7 +16,7 @@ jobs: - nix-system: "aarch64-darwin" runner: "macos-latest-xlarge" - nix-system: "x86_64-darwin" - runner: "macos-12" + runner: "macos-latest-xlarge" - nix-system: "x86_64-linux" runner: "ubuntu-22.04" steps: diff --git a/Cargo.lock b/Cargo.lock index 36ae62b..b10a87b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fh" -version = "0.1.20" +version = "0.1.21" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index f6199f1..00b7586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fh" -version = "0.1.20" +version = "0.1.21" authors = ["Determinate Systems "] edition = "2021" license = "Apache 2.0" diff --git a/src/cli/cmd/apply/mod.rs b/src/cli/cmd/apply/mod.rs index 814182b..bafda84 100644 --- a/src/cli/cmd/apply/mod.rs +++ b/src/cli/cmd/apply/mod.rs @@ -334,10 +334,10 @@ async fn apply_path_to_profile( // and acts more as a fetch operation "--max-jobs".to_string(), "0".to_string(), - "--profile".to_string(), "--option".to_string(), "narinfo-cache-negative-ttl".to_string(), "0".to_string(), + "--profile".to_string(), profile_path .to_str() .ok_or(FhError::InvalidProfile)?