Skip to content

Commit

Permalink
Use Cachix binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Feb 9, 2025
1 parent 9775aa3 commit ca0eda9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
tool-cache: true
- uses: actions/checkout@v4
- uses: cachix/cachix-action@v14
with:
name: nixos-configs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/nix-installer-action@main
- name: Run flake check
run: nix flake check
Expand Down

0 comments on commit ca0eda9

Please sign in to comment.