Skip to content

Commit

Permalink
use magic nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jun 29, 2023
1 parent 6542cfa commit 5d7c322
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Set up cachix
uses: cachix/cachix-action@master
with:
name: viperml
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Install Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Checkout
uses: actions/checkout@main
Expand Down

0 comments on commit 5d7c322

Please sign in to comment.