Skip to content

Commit 75eeeb9

Browse files
committed
try cachix for CI
1 parent 658a065 commit 75eeeb9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: DeterminateSystems/nix-installer-action@main
16-
- uses: DeterminateSystems/magic-nix-cache-action@main
15+
- uses: cachix/install-nix-action@v30
16+
with:
17+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
18+
- uses: cachix/cachix-action@v15
19+
with:
20+
name: georgefst
21+
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
1722

1823
- name: Build all packages
1924
run: nix build .#ci

0 commit comments

Comments
 (0)