Skip to content

Commit 13204fa

Browse files
committed
ci: Remove cachix nix installer action
This should no longer be required now that DeterminateSystems/nix-installer-action#68 has been resolved.
1 parent 85b1692 commit 13204fa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,10 @@ 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
44-
- name: Install Nix on self-hosted ARC runners
45-
uses: cachix/install-nix-action@v31
46-
if: inputs.runs-on == 'self-hosted-ncn-dind'
47-
with:
48-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
49-
5042
- name: Install devbox
5143
uses: jetify-com/[email protected]
5244
with:
5345
enable-cache: ${{ inputs.runs-on != 'self-hosted-ncn-dind' }}
54-
skip-nix-installation: ${{ inputs.runs-on == 'self-hosted-ncn-dind' }}
5546

5647
- name: Go cache
5748
uses: actions/cache@v4

0 commit comments

Comments
 (0)