Skip to content

Commit

Permalink
nix build ci: Use nix-community cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed May 31, 2023
1 parent c953bae commit 61aca70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@vXX
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v3
- name: Build flake
run: nix build -L #.

0 comments on commit 61aca70

Please sign in to comment.