Skip to content

Commit

Permalink
Merge pull request #62 from edolstra/use-magic-nix-cache
Browse files Browse the repository at this point in the history
Use magic-nix-cache
  • Loading branch information
edolstra authored Sep 20, 2024
2 parents df65dee + fb41e8b commit 8d3c064
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ 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
- uses: DeterminateSystems/flake-checker-action@v9
- run: nix flake check

0 comments on commit 8d3c064

Please sign in to comment.