Skip to content

Commit

Permalink
Merge branch 'master' into config-package
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 10, 2023
2 parents 6a040ae + e49e988 commit b7cd7e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
4 changes: 0 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ queue_rules:
merge_conditions:
- check-success=Evaluate flake.nix
- check-success=check clippy [x86_64-linux]
- check-success=check t00-simple [aarch64-linux]
- check-success=check t00-simple [x86_64-linux]
- check-success=check t01-signing [aarch64-linux]
- check-success=check t01-signing [x86_64-linux]
- check-success=check t02-varnish [aarch64-linux]
- check-success=check t02-varnish [x86_64-linux]
- check-success=check treefmt [aarch64-linux]
- check-success=check treefmt [x86_64-linux]
- check-success=devShell default [aarch64-darwin]
- check-success=devShell default [aarch64-linux]
Expand Down
28 changes: 14 additions & 14 deletions 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 harmonia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http-range = "0.1"
askama_escape = "0.10.3"
percent-encoding = "2.3.0"
anyhow = "1.0.72"
tempfile = "3.7.0"
tempfile = "3.7.1"


libnixstore = { path = "../libnixstore" }

0 comments on commit b7cd7e0

Please sign in to comment.