Skip to content

Commit

Permalink
Use magic-nix-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 20, 2024
1 parent df65dee commit 5f334de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

permissions:
id-token: "write"
contents: "read"

steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check

0 comments on commit 5f334de

Please sign in to comment.