Skip to content

Commit aaa9cc1

Browse files
committed
use cachix nix installer
1 parent 8281b4d commit aaa9cc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
- name: Checkout repo
1919
uses: actions/checkout@v4
2020
- name: Set up Nix
21-
uses: DeterminateSystems/nix-installer-action@v19
21+
uses: cachix/install-nix-action@v31
2222
with:
23-
extra-conf: |
24-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
23+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2524
- name: Set up Cachix
2625
uses: cachix/cachix-action@v16
2726
with:

0 commit comments

Comments
 (0)