Skip to content

Commit

Permalink
Merge pull request #645 from cfcosta/update-actions-cache
Browse files Browse the repository at this point in the history
chore: use magic-nix-cache instead of cachix
  • Loading branch information
KtorZ authored Jul 5, 2023
2 parents 82dc795 + 592ece5 commit ecab155
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ jobs:
ssh-key: ${{ secrets.WORKFLOW_SSH_KEY }}

- name: Install Nix
uses: cachix/install-nix-action@v20
uses: DeterminateSystems/nix-installer-action@v4

- name: Setup Cachix
uses: cachix/cachix-action@v12
with:
name: aiken-lang
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v1

- name: Run cargo2nix
shell: bash
Expand Down

0 comments on commit ecab155

Please sign in to comment.