Skip to content

Commit

Permalink
ci: add magic nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 26, 2024
1 parent c46019d commit 6b0b466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
with:
extra-conf: |
extra-platforms = aarch64-linux
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check
1 change: 1 addition & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
extra-conf: |
extra-platforms = aarch64-linux
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 6b0b466

Please sign in to comment.