Skip to content

Commit

Permalink
Merge pull request #156 from DeterminateSystems/fixup-argument-ordering
Browse files Browse the repository at this point in the history
apply: fixup argument ordering, release v0.1.21
  • Loading branch information
cole-h authored Dec 6, 2024
2 parents ae41466 + 3b2a790 commit 47747e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fh"
version = "0.1.20"
version = "0.1.21"
authors = ["Determinate Systems <[email protected]>"]
edition = "2021"
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cli/cmd/apply/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand Down

0 comments on commit 47747e4

Please sign in to comment.