From b293bbb0e454a84879711bde9b48b83bab42dc26 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 6 Dec 2024 08:23:12 -0800 Subject: [PATCH 1/3] apply: fixup argument ordering --- src/cli/cmd/apply/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)? From 06bc7c89c71946701fb7c58e534d9cc4e60ab79e Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 6 Dec 2024 08:23:38 -0800 Subject: [PATCH 2/3] Release v0.1.21 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" From 3b2a790576edfaa036cb16cafd31e589d750236a Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 6 Dec 2024 08:26:38 -0800 Subject: [PATCH 3/3] fixup: x86_64-darwin devshell caching --- .github/workflows/flakehub-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: