Skip to content

Commit

Permalink
Set up Cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksrutins committed Dec 28, 2023
1 parent 966ff75 commit 6b7a76b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: DeterminateSystems/nix-installer-action@v9
- uses: cachix/cachix-action@v12
with:
name: aleksrutins
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build package
run: nix build

0 comments on commit 6b7a76b

Please sign in to comment.