diff --git a/.github/actions/build-nix-image/action.yml b/.github/actions/build-nix-image/action.yml index d0e3b06..be428e8 100644 --- a/.github/actions/build-nix-image/action.yml +++ b/.github/actions/build-nix-image/action.yml @@ -39,7 +39,7 @@ runs: sudo apt-get clean - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: | extra-platforms = aarch64-linux diff --git a/.github/workflows/build-nix-images.yaml b/.github/workflows/build-nix-images.yaml index 125a0fb..fbbd124 100644 --- a/.github/workflows/build-nix-images.yaml +++ b/.github/workflows/build-nix-images.yaml @@ -82,7 +82,7 @@ jobs: if: ${{ inputs.debug_enabled == 'true' }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" # - name: Install Nix diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7330b8..9ccf376 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -181,7 +181,7 @@ jobs: sudo apt-get clean - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" # - name: Install Nix diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index c784c46..3924ec3 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -136,7 +136,7 @@ jobs: sudo apt-get clean - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@45a18a69953f27af3c2bfad0a5e01c38ef2da462 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm"