Skip to content

Commit

Permalink
fix: add other nix caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
1 parent a253dd3 commit a84e038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
name: suyashtnt
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: cachix use helix
- run: cachix use niri
- run: cachix use fortuneteller2k
- run: cachix use nix-community
- run: nix build -L
- name: Deploy
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit a84e038

Please sign in to comment.