Skip to content

Commit

Permalink
feat(ci): use magic nix cache
Browse files Browse the repository at this point in the history
uses: DeterminateSystems/magic-nix-cache-action@v8
  • Loading branch information
bryango committed Nov 9, 2024
1 parent e22f246 commit 0687aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix-build

flakes:
Expand All @@ -27,5 +28,6 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix build
- run: nix flake check

0 comments on commit 0687aa4

Please sign in to comment.