From b1b1baa56a04f4fcdfc3154a50963687d339e683 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:48:36 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action digest to e4fb5e6 --- .github/actions/build-nix-image/action.yml | 2 +- .github/workflows/build-nix-images.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/build-nix-image/action.yml b/.github/actions/build-nix-image/action.yml index d0e3b06..5f21bc9 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@e4fb5e65d88bc1ed7f248eda4e6645126ed90438 # 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..f77e295 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@e4fb5e65d88bc1ed7f248eda4e6645126ed90438 # 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..3f86ad7 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@e4fb5e65d88bc1ed7f248eda4e6645126ed90438 # 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..16b9b97 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@e4fb5e65d88bc1ed7f248eda4e6645126ed90438 # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm"