Skip to content

Commit ae8c93f

Browse files
committed
ci: Use DeterminateSystems/nix-installer-action instead of cachix action
This is the preferred upstream action and once it is incorporated into devbox-install-action this can be removed from here too.
1 parent 85b1692 commit ae8c93f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141

42-
# Install nix using cachix/install-nix-action if running on ARC runners
43-
# See: https://github.com/DeterminateSystems/nix-installer-action/issues/68
4442
- name: Install Nix on self-hosted ARC runners
45-
uses: cachix/install-nix-action@v31
43+
uses: DeterminateSystems/nix-installer-action@v19
4644
if: inputs.runs-on == 'self-hosted-ncn-dind'
4745
with:
48-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
46+
github-token: ${{ secrets.GITHUB_TOKEN }}
47+
logger: pretty
48+
extra-conf: experimental-features = ca-derivations fetch-closure
4949

5050
- name: Install devbox
5151
uses: jetify-com/[email protected]

0 commit comments

Comments
 (0)